aboutsummaryrefslogtreecommitdiff
path: root/public/maze.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/maze.html')
-rw-r--r--public/maze.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/public/maze.html b/public/maze.html
new file mode 100644
index 0000000..d94c70e
--- /dev/null
+++ b/public/maze.html
@@ -0,0 +1,11 @@
+<!doctype html>
+<html>
+ <head>
+ <title>Maze</title>
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.9.0/p5.js"></script>
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.9.0/addons/p5.dom.js"></script>
+ <script src="maze.js"></script>
+ </head>
+ <body>
+ </body>
+</html>