about summary refs log tree commit diff stats
path: root/js/game-frame/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/game-frame/index.html')
-rw-r--r--js/game-frame/index.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/js/game-frame/index.html b/js/game-frame/index.html
new file mode 100644
index 0000000..6585662
--- /dev/null
+++ b/js/game-frame/index.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <title>another game</title>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <link rel="stylesheet" href="styles.css">
+</head>
+<body>
+    <main>
+        <p id="coordinates"></p>
+        <canvas id="gameCanvas"></canvas>
+    </main>
+    <script src="game.js"></script>
+</body>
+</html>