about summary refs log tree commit diff stats
path: root/js/mountain/index.html
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2024-02-19 07:48:29 -0500
committerelioat <elioat@tilde.institute>2024-02-19 07:48:29 -0500
commitfb5826dd545131084a7b2a032766c6f2c457c14c (patch)
tree272b264455329adf145617666439b5e8746eaf15 /js/mountain/index.html
parent0d7b8bddebc31146192de8761c262ee3ed9c6824 (diff)
downloadtour-fb5826dd545131084a7b2a032766c6f2c457c14c.tar.gz
*
Diffstat (limited to 'js/mountain/index.html')
-rw-r--r--js/mountain/index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/js/mountain/index.html b/js/mountain/index.html
new file mode 100644
index 0000000..016ad87
--- /dev/null
+++ b/js/mountain/index.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>mountain</title>
+    <script src="game.js"></script>
+</head>
+<body>
+    <canvas id="mountain"></canvas>
+</body>
+</html>
\ No newline at end of file