summaryrefslogtreecommitdiff
path: root/webhogg/wasm/index.html
diff options
context:
space:
mode:
authornatrixaeria <janng@gmx.de>2019-06-13 03:21:53 +0200
committernatrixaeria <janng@gmx.de>2019-06-13 03:21:53 +0200
commit7884252333cc102a8144e4eafc36f9ef605b1be7 (patch)
tree622630a07c6439a8970178548e20966320cc4fb1 /webhogg/wasm/index.html
parent5de862b4d175578ed67e177d482ac31bf811d486 (diff)
Draw violet background
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>