aboutsummaryrefslogtreecommitdiff
path: root/static/bv/tutorial/index.html
blob: ac49d706d5474c2b74bc20464c7488460ee21afb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>