about summary refs log tree commit diff stats
path: root/html/story-teller/index.html
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2024-12-01 15:00:37 -0500
committerelioat <elioat@tilde.institute>2024-12-01 15:00:37 -0500
commitecff6d35e51ee35dfb34df03acdc9ceb244f7204 (patch)
treefb4411e2ba51b30b728fa720964e673607ece91b /html/story-teller/index.html
parent1768e1fd0ddc4a059869caa8ff4b08b5734e3982 (diff)
downloadtour-ecff6d35e51ee35dfb34df03acdc9ceb244f7204.tar.gz
*
Diffstat (limited to 'html/story-teller/index.html')
-rw-r--r--html/story-teller/index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/html/story-teller/index.html b/html/story-teller/index.html
new file mode 100644
index 0000000..edd44c2
--- /dev/null
+++ b/html/story-teller/index.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="UTF-8">
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  <title>Choice-based Game</title>
+  <link rel="stylesheet" href="./styles.css">
+</head>
+<body>
+  <div id="app"></div>
+  <script type="module" src="./js/game.js"></script>
+</body>
+</html>