-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (31 loc) · 1.01 KB
/
index.html
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
29
30
31
32
33
<!DOCTYPE html>
<html lang=en>
<head>
<meta charset="utf-8">
<title>New World Online</title>
<link rel="stylesheet" href="./css/style.css">
<meta name="New World Online" content="Experience New World right in your browser! No download required!">
<link rel="icon" type="image/png" href="./assets/favicon.ico">
</head>
<body>
<div id="top-buttons">
<img src="./img/buttons.png">
</div>
<div id="QueueContainer">
<div id="closeButton"></div>
<div id="cancelButton"></div>
<span id="QueuePosition">1213</span>
<img src="./img/queue.png">
</div>
<div id="PlayButton">
<div id="spinner">
</div>
<div id="PlayText">
<span>PLAY</span>
</div>
</div>
<audio autoplay loop controls id="bg-music">
<source src="./assets/embark.mp3" type="audio/mpeg">
</audio>
</body>
</html>