This repository was archived by the owner on Jun 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (65 loc) · 1.87 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Division 2 Stat Overlay</title>
<link href="https://fonts.googleapis.com/css?family=ZCOOL+QingKe+HuangYou" rel="stylesheet">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<link href="css/main.css" rel="stylesheet" type="text/css">
<link href="css/animate.css" rel="stylesheet">
<link href="favicon/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png">
<link href="favicon/favicon-96x96.png" rel="icon" sizes="96x96" type="image/png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png">
</head>
<body>
<div class="container" style="overflow-x:auto;">
<table cellpadding="1" class="animated fadeIn delay-2s" style="width:100%;" width="106%">
<tbody>
<tr>
<td height="50" width="256" align="left"><img alt="" class="specialimg" height="75px" src="img/pixle.png" width="75px"></td>
<td width="245" align="right">
</td>
<td width="1126"></td>
</tr>
<tr>
<td class="h2" align="left">
<div id="specialization"></div>
</td>
<td align="right"><div class="h2" id="totaltime"></div></td>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td class="h2" align="left">
<div id="level_pve"></div>
<div id="gearscore"></div>
</td>
<td align="right">
<div class="h2" id="level_dz"></div>
</td>
<td></td>
</tr>
<tr>
<td align="left">
<div class="h2" id="kills_npc"></div>
</td>
<td align="right">
<div class="h2" id="kills_pvp"></div>
</td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div id="pid"></div>
<div id="time"></div>
<script src="config/config.json">
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js">
</script>
<script src="js/main.js">
</script>
</body>
</html>