-
Notifications
You must be signed in to change notification settings - Fork 1
/
wz.html
48 lines (48 loc) · 2.85 KB
/
wz.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta property="og:image" content="/CoRT/favicon_512.png">
<title>Champions of Regnum War Status</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="regnumsentinel champions regnum online trainer entrenador bosses war warzone guerra status">
<meta name="description" content="Champions of Regnum trainer, war status, bosses respawn and bz countdowns">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" type="image/png" href="favicon.png">
<link rel="apple-touch-icon" href="favicon.png" sizes="192x192">
<script type="module" src="js/menu.js"></script>
<script type="module" src="js/wz.js"></script>
<link rel="stylesheet" href="css/wz.css">
</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>
<h1 id="title">WZ status</h1>
<div id="wz-info">
<p>
<span id="wz-info-info"></span> <span id="wz-info-updated"></span>
</p>
<div id="wz-info-error" class="red"></div>
</div>
<div id="wz-container">
<div id="wz-map">
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIBBAMAAADNChpsAAAAGFBMVEU9Mho1PSBKTkVDT2FTTzRKUVVxenyUnZs+b6O3AAAC/ElEQVR42u3dwXXCMBREUbdAC27BLdACLaSFtJ8CMos5lsCJfN8agf9l+4+1fZd9hY4/1HY2AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYGGANNhslPS5VyidTZ97hgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcwFalPbsHnqEtpkBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANwOYvTyZSsNOXYAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGzphYWPi3p+oF8XNgMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALA+wDtYO139cO0V7G3FzuDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKwMcJSNLFSmhxsBSGfPzgEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADcDaBZMBxFGXmhYjtss5wJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAArAzwKksP8olh2z/jbAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMDKAO2CYTtEC9AiH28OAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuBtAi5KG2Mvas5csSgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACLAKQfTQuL7cNtoSsGAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADki5f3gY5/FgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgfYAf4V59UjBrQQQAAAAASUVORK5CYII=" id="wz-map-map" class="card">
</div>
<div id="wz-realms-info">
<div id="wz-alsius" class="card"></div>
<div id="wz-ignis" class="card"></div>
<div id="wz-syrtis" class="card"></div>
</div>
<div id="wz-events" class="card"></div>
</div>
</div>
<div id="footer" class="card"></div>
</body>
</html>