summaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html
index f5f087f..25aa681 100644
--- a/public/index.html
+++ b/public/index.html
@@ -38,6 +38,13 @@
<button id="login-go">GO</button>
</div>
</div>
+
+ <div id="drawing">
+ <canvas id="main_canvas">
+ <div id="palette">
+ </div>
+ </div>
+
</body>
</html>