about summary refs log tree commit diff stats
path: root/js/mountain/index.html
diff options
context:
space:
mode:
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