summaryrefslogtreecommitdiff
path: root/scribble/index.html
diff options
context:
space:
mode:
authorDennis Kobert <d-kobert@web.de>2019-05-21 00:44:31 +0200
committerDennis Kobert <d-kobert@web.de>2019-05-21 00:44:31 +0200
commitb7e6649f321f7560fa16b88674c64a98009cbcf2 (patch)
tree1cadda6eaf80b7161031992d6b2e209b3b49b105 /scribble/index.html
parentc7bc91ecd6c32afab52c5e45b569e3945bdd1056 (diff)
Implement a prototype for a web based skribbl.io
Diffstat (limited to 'scribble/index.html')
-rw-r--r--scribble/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/scribble/index.html b/scribble/index.html
new file mode 100644
index 0000000..ee7d052
--- /dev/null
+++ b/scribble/index.html
@@ -0,0 +1,15 @@
+<!doctype html>
+<html>
+ <header>
+ <title> Scribblio </title>
+ <script src="./script.js"></script>
+ <link rel="stylesheet" type="text/css" href="mainstyle.css">
+ </header>
+ <body>
+ <div class="wrapper">
+ <div class="toolbar">
+ </div><br>
+ <canvas id="my-canvas" width="1000" height="1000"></canvas>
+ </div>
+ </body>
+</html>