aboutsummaryrefslogtreecommitdiff
path: root/public/maze.html
diff options
context:
space:
mode:
authorNat Lasseter <user@4574.co.uk>2019-09-18 01:48:35 +0100
committerNat Lasseter <user@4574.co.uk>2019-09-18 01:48:35 +0100
commit5da7fa5f8d0cbbf73edd3902de96c720f399de53 (patch)
tree9b9d3f26a0dbd7b60a927f6f12620de513bbaf48 /public/maze.html
Initial CommitHEADmaster
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>