aboutsummaryrefslogtreecommitdiff
path: root/static/bv/tutorial/index.html
diff options
context:
space:
mode:
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>