summaryrefslogtreecommitdiff
path: root/webhogg/wasm/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'webhogg/wasm/index.html')
-rw-r--r--webhogg/wasm/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/webhogg/wasm/index.html b/webhogg/wasm/index.html
index eae1cc2..b6c8b9b 100644
--- a/webhogg/wasm/index.html
+++ b/webhogg/wasm/index.html
@@ -5,7 +5,9 @@
<title>webhogg</title>
</head>
<body>
- <canvas id='c'>your browser is incompetent</canvas>
+ <canvas id='c' width='640' height='360'>
+ your browser is incompetent
+ </canvas>
<script src='pkg/main.js'></script>
</body>
</html>