summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-10-22 08:09:14 -0400
committerDavid Thompson <dthompson2@worcester.edu>2023-10-22 08:09:14 -0400
commitf3fb51ef1d5d5407ea95c8c8b24cdcd9767cd1fa (patch)
treead0da6e12e6edc02d145ad42d6e3825a61a0fb3b /index.html
Day 1 progress.
Diffstat (limited to 'index.html')
-rw-r--r--index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..6bfeba4
--- /dev/null
+++ b/index.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <script type="text/javascript" src="/js-runtime/reflect.js"></script>
+ <script type="text/javascript" src="/boot.js"></script>
+ </head>
+ <body>
+ <canvas id="canvas"></canvas>
+ <div style="display:none;">
+ <img id="image-player" src="images/player.png" />
+ <img id="image-player-bullet" src="images/player-bullet.png" />
+ <img id="image-map" src="images/map.png" />
+ </div>
+ </body>
+</html>