forked from quisquous/cactbot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathxephero-cactbot.html
38 lines (36 loc) · 890 Bytes
/
xephero-cactbot.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<title>Cactbot DPS xephero</title>
<script type="text/javascript" src="https://unpkg.com/[email protected]/dist/jquery.min.js"></script>
<script src="../../../user/xephero.js"></script>
</head>
<body>
<ol id="overlaysource">
<li>
<span class="dps"></span>
<div class="detail">
<span class="title">
<span class="name"></span>
<span class="number"></span>
<span class="misses"></span>
</span>
<span class="bar"></span>
</div>
</li>
</ol>
<div id="phasesource">
<ol class="phase box">
<li><span class="phasename"></span></li>
<li><span class="phasetotal number"></span></li>
</ol>
</div>
<ol id="phasenumbersource">
<li><span class="number"></span></li>
</ol>
<div id="topcontainer">
<ol id="overlay" class="box"></ol>
</div>
</body>
</html>