about summary refs log tree commit diff stats
path: root/html/broughlike/index.html
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2024-10-30 23:16:53 -0400
committerelioat <elioat@tilde.institute>2024-10-30 23:16:53 -0400
commit9aba1d9aa7a212a14862a0aecf1e3495fd18e13d (patch)
treefd5f3637c4a415fbb0f8d0d415e2ce5fb570be3d /html/broughlike/index.html
parentc8a8b22d8749ccafd89f058a9c675bef1b6e54bd (diff)
downloadtour-9aba1d9aa7a212a14862a0aecf1e3495fd18e13d.tar.gz
*
Diffstat (limited to 'html/broughlike/index.html')
-rw-r--r--html/broughlike/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/broughlike/index.html b/html/broughlike/index.html
index 62a43ac..4de1d9d 100644
--- a/html/broughlike/index.html
+++ b/html/broughlike/index.html
@@ -59,6 +59,6 @@
         </div>
     </div>
     <canvas id="gameCanvas"></canvas>
-    <script src="./broughlike.js"></script>
+    <script type="module" src="./broughlike.js"></script>
 </body>
 </html>
\ No newline at end of file