summaryrefslogtreecommitdiff
path: root/WebInterface/wasm/asm-paint/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'WebInterface/wasm/asm-paint/index.html')
-rw-r--r--WebInterface/wasm/asm-paint/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebInterface/wasm/asm-paint/index.html b/WebInterface/wasm/asm-paint/index.html
index 46be213..631122d 100644
--- a/WebInterface/wasm/asm-paint/index.html
+++ b/WebInterface/wasm/asm-paint/index.html
@@ -6,5 +6,6 @@
<script src='loader.js' type='module'></script>
</head>
<body>
+ <canvas id='canvas'></canvas>
</body>
</html>