-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (28 loc) · 1 KB
/
Copy pathindex.html
File metadata and controls
28 lines (28 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!doctype html>
<html>
<head>
<title>Skybound</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="stylesheet" href="/fonts/fonts.css" />
<link rel="stylesheet" href="/css/styles.css" />
<script type="module" crossorigin src="/assets/index-eDohlCjk.js"></script>
<link rel="modulepreload" crossorigin href="/assets/three-DGSJdzRU.js">
</head>
<body>
<div id="blackout" class="blackout"></div>
<div id="menu" class="container">
<h1 class="heading">SKYBOUND</h1>
<div class="select">
<h1 id="freeflight">FREE FLIGHT</h1>
<h1 id="dogfight">DOGFIGHT</h1>
</div>
</div>
<h1 id="waiting">WAITING FOR PLAYERS...</h1>
<img id="loading" src="/img/icon.png" alt="icon" aria-hidden />
<h1 id="ammo">
<img class="bullet" src="/img/ammo.png" aria-hidden /><span id="ammo-count">30</span>
</h1>
</body>
</html>