-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (31 loc) · 969 Bytes
/
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
34
35
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>sleekLoad 2</title>
<link href='http://fonts.googleapis.com/css?family=Quicksand:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/sleek.css">
</head>
<body>
<div id="player"></div>
<div id="overlay"></div>
<div id="title">sleekLoad 2</div>
<div id="subtitle">
We are currently playing <span id="gamemode">gamemode</span> at <span id="map">map</span>
</div>
<div id="status-container">
<div id="status">You are loading into the server please wait. - Retrieving server info...</div>
<div id="loading">
<div id="loading-progress"></div>
</div>
<div id="messages"></div>
</div>
<div id="music">
You are now listening to<div id="music-name"></div>
</div>
<script src="js/lib/jquery-2.1.1.min.js"></script>
<script src="js/lib/jquery.backstretch.min.js"></script>
<script src="js/config.js"></script>
<script src="js/sleek.js"></script>
</body>
</html>