-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
65 lines (65 loc) · 2.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta property="og:image" content="/CoRT/favicon_512.png">
<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">
<title>CoRT - Champions of Regnum Trainer</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/trainer.css">
<script type="module" src="js/libs/popper.js"></script>
<script type="module" src="js/libs/tippy.js"></script>
<script type="module" src="js/menu.js"></script>
<script type="module" src="js/trainer.js"></script>
<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="t-container">
<h1 id="title"></h1>
<div id="titleinfo"></div>
<div class="setup card">
<div class="version">
<select id="t-version"></select>
</div>
<div class="class">
<select id="t-class"></select>
</div>
<div class="level">
<select id="t-level">
<option value="60" default selected>60</option>
</select>
</div>
<div class="load">
<button id="t-load"></script></button>
</div>
<div class="save">
<button id="t-save"></button>
</div>
</div>
<div class="points" id="t-points"><p></p></div>
<div id="t-trainer" class="trainer"></div>
<dialog id="t-dialog">
<h3></h3>
<textarea id="t-dialog-url" readonly rows="5" cols="50"></textarea>
<div id="t-dialog-buttons">
<button id="t-dialog-copy"></button>
<button id="t-dialog-close"></button>
</div>
</dialog>
</div>
</div>
<div id="footer" class="card"></div>
</body>
</html>