aboutsummaryrefslogtreecommitdiff
path: root/static/bv/tutorial/index.html
diff options
context:
space:
mode:
authorNat Lasseter <user@4574.co.uk>2025-04-01 11:45:48 +0100
committerNat Lasseter <user@4574.co.uk>2025-04-01 11:45:48 +0100
commit293df027348307de896232f1b867dd220ae8caa3 (patch)
treed63fedaadde32ef336f3004efb99c6dcf1f23585 /static/bv/tutorial/index.html
parente26f3cdaf3919375b8ba825ee1a486d229f21def (diff)
[bracket] rename
Diffstat (limited to 'static/bv/tutorial/index.html')
-rw-r--r--static/bv/tutorial/index.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/static/bv/tutorial/index.html b/static/bv/tutorial/index.html
new file mode 100644
index 0000000..ac49d70
--- /dev/null
+++ b/static/bv/tutorial/index.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <base href="/bv/tutorial/" />
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>Bracket Village</title>
+ <link rel="icon" type="image/png" href="../bc-favicon.png">
+ <!-- Tutorial CSS -->
+ <link rel="stylesheet" href="tutorial.css">
+</head>
+<body>
+ <!-- Main container for the game -->
+ <div id="bracket-city-container"></div>
+
+
+ <!-- Tutorial mode scripts -->
+ <script src="tutorial.js"></script>
+ <script src="tutorial-init.js"></script>
+
+</body>
+</html>