-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbz.html
44 lines (43 loc) · 1.54 KB
/
bz.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta property="og:image" content="/CoRT/favicon_512.png">
<title>Champions of Regnum Battle Zone / BZ status</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="regnumsentinel champions regnum online trainer entrenador bosses war guerra status">
<meta name="description" content="Champions of Regnum trainer, war status, bosses respawn and bz countdowns">
<link rel="stylesheet" href="css/style.css">
<script type="module" src="js/menu.js"></script>
<script type="module" src="js/bz.js"></script>
<link rel="stylesheet" href="css/bz.css">
<link rel="icon" type="image/png" href="favicon.png">
<link rel="apple-touch-icon" href="favicon.png" sizes="192x192">
</head>
<body>
<div id="menu" class="card"></div>
<div id="main-container">
<div class="bugnum but on your side">
<noscript>
For full functionality of this site it is necessary to enable JavaScript.
Here are the <a href="https://www.enable-javascript.com/">
instructions how to enable JavaScript in your web browser</a>.
</noscript>
</div>
<div id="bz-container">
<h1 id="title"></h1>
<div id="bz-countdown" class="card">
<h2>
<span id="bz-countdown-status"></span>
<i><span id="bz-countdown-countdown"></span></i>
</h2>
</div>
<div id="bz-next" class="card">
<h3 class="purple" id="bz-next-title"></h3>
<ul id="bz-next-future"></ul>
</div>
</div>
</div>
<div id="footer" class="card"></div>
</body>
</html>