summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-10-23 21:23:58 -0400
committerDavid Thompson <dthompson2@worcester.edu>2023-10-23 21:23:58 -0400
commit9cc06fcb9e4e2f57b4cfd132119cf1fb20afe6fc (patch)
treef931cc705519c30b433ce2db8a52c8bfdf8a1ef0 /index.html
parentba705ff0d1de68d36be42330784ab3ab6812c8ea (diff)
Resize canvas to fit window size, rewrite enemies.
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/index.html b/index.html
index 162fc93..f0d59f1 100644
--- a/index.html
+++ b/index.html
@@ -1,8 +1,9 @@
<!DOCTYPE html>
<html>
<head>
- <script type="text/javascript" src="/js-runtime/reflect.js"></script>
- <script type="text/javascript" src="/boot.js"></script>
+ <script type="text/javascript" src="js-runtime/reflect.js"></script>
+ <script type="text/javascript" src="boot.js"></script>
+ <link rel="stylesheet" href="game.css" />
</head>
<body>
<canvas id="canvas"></canvas>