summaryrefslogtreecommitdiff
path: root/scribble/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'scribble/index.html')
-rw-r--r--scribble/index.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/scribble/index.html b/scribble/index.html
deleted file mode 100644
index ee7d052..0000000
--- a/scribble/index.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!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>