aboutsummaryrefslogtreecommitdiff
path: root/static/bv/tutorial/index.html
diff options
context:
space:
mode:
authorNat Lasseter <user@4574.co.uk>2025-04-11 10:06:40 +0100
committerNat Lasseter <user@4574.co.uk>2025-04-11 10:06:40 +0100
commit3e45908a94f417044f10f15dbc2cb50756f7c69d (patch)
treee727d8448092fbf480bd564c1878c667c792cf82 /static/bv/tutorial/index.html
parentfeb608e49908704c77561ea211f13bde15defa44 (diff)
[bracket] moved home
Diffstat (limited to 'static/bv/tutorial/index.html')
-rw-r--r--static/bv/tutorial/index.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/static/bv/tutorial/index.html b/static/bv/tutorial/index.html
deleted file mode 100644
index ac49d70..0000000
--- a/static/bv/tutorial/index.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!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>