summaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2013-02-23 20:01:04 -0800
committerJules Laplace <jules@okfoc.us>2013-02-23 20:01:04 -0800
commitaf0a54f6b5738272362bec1a2fb62e09bf719e3b (patch)
tree9445544562041196a0c05e5645f79d036b03082d /public/index.html
parentc1ab3ea0daff8c40983893d00160ec4dfb8c0f1f (diff)
pull in drawing stuff
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>