-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·33 lines (32 loc) · 1.12 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>
<head>
<link rel="stylesheet" href="overlay.css"/>
<meta charset="utf-8" />
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
<script src="overlay.js"></script>
</head>
<body>
<div class="load"></div>
<div id="cont" class="container hidden">
<div class="progress">
<div class="value">
<div class="load"></div>
</div>
</div>
<span id="Host" class="scroll textFormat"></span>
<span id="Time" class="scroll textFormat"></span>
<span id="Kills" class="scroll textFormat"></span>
<span id="Deaths" class="scroll textFormat"></span>
<span id="Objective" class="scroll textFormat"></span>
<span class="host titleFormat">HOST</span>
<span class="time titleFormat">TIME</span>
<span class="objective titleFormat">OBJECTIVE</span>
<span class="kills titleFormat">KILLS</span>
<span class="deaths titleFormat">DEATHS</span>
<span class="info scroll textFormat"></span>
</div>
<p id="Players" style="display: none;"></p>
</body>
</html>