forked from quisquous/cactbot
-
Notifications
You must be signed in to change notification settings - Fork 44
/
raidboss.html
41 lines (40 loc) · 1.11 KB
/
raidboss.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
<html lang="en-US">
<head>
<meta charset="utf-8" />
<title>Cactbot Raidboss</title>
</head>
<body>
<div id="container">
<div id="timeline-container">
<div class="resize-helper">
<div id="timeline-resize-helper" class="timeline-grid"></div>
</div>
<div id="timeline-debug" class="just-a-number"></div>
<div id="timeline" class="timeline-grid"></div>
</div>
<div id="popup-text-container">
<div id="popup-text-alarm" class="text">
<div class="holder"></div>
<span class="resize-helper alarm-text">
<div id="instructions-0"></div>
<div id="instructions-1"></div>
</span>
</div>
<div id="popup-text-alert" class="text">
<div class="holder"></div>
<span class="resize-helper alert-text">
<div id="instructions-2"></div>
<div id="instructions-3"></div>
</span>
</div>
<div id="popup-text-info" class="text">
<div class="holder"></div>
<span class="resize-helper info-text">
<div id="instructions-4"></div>
<div id="instructions-5"></div>
</span>
</div>
</div>
</div>
</body>
</html>