-
Notifications
You must be signed in to change notification settings - Fork 11
/
Dayan.html
75 lines (69 loc) · 2.63 KB
/
Dayan.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
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html lang="en">
<head>
<title>Runescape daily tracker</title>
<script src="dailyscape.js"></script>
<meta charset="utf-8">
<link rel="shortcut icon" href="TkiKjWM.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css">
<link rel="stylesheet" href="dailyscape.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js"></script>
<style>
</style>
</head>
<body>
<nav class="navbar navbar-expand-sm bg-dark navbar-dark">
<a class="navbar-brand" href="#">Runescape Daily Checker</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="https://valesco1.github.io/">RS3 Dailies</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://valesco1.github.io/common">Short Dailies</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://reddit.com/r/runescape/">RS3 Reddit</a>
</li>
</ul>
</div>
</nav>
<body>
<div class="table_container">
<table id="dayan1_table" class="activity_table table table-striped">
<tr>
<th>Dailies</th>
<td>
<button id="dayan1_reset_button" class="reset_button btn btn-secondary active">Reset</button>
</td>
</tr>
</table>
</div>
<div class="table_container">
<table id="dayan2_table" class="activity_table table table table-striped">
<tr>
<th>Ironman Dailies</th>
<td>
<button id="dayan2_reset_button" class="reset_button btn btn-secondary active">Reset</button>
</td>
</tr>
</table>
</div>
<table style="visibility:hidden">
<tr id="sample_row">
<td id="daily_name_0" class="activity_name"><a>Name</a></td>
<td id="daily_colour_0" class="activity_colour"></td>
</tr>
</table>
</body>
<footer class="footer">
<span class="text-muted">Made By: Dayan & Valesco</span>
</footer>
</body>
</html>