-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (25 loc) · 919 Bytes
/
index.html
File metadata and controls
37 lines (25 loc) · 919 Bytes
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
<!DOCTYPE HTML>
<html>
<head>
<script language='JavaScript' type='text/javascript' src='jquery-3.3.1.min.js'></script>
<script language='JavaScript' type='text/javascript' src='javascript.js'></script>
<title> Knight's Novel Update Thing </title>
</head>
<body>
<h2> Knight's Novel Update Tracker </h2>
<button type="button" onclick="checkUpdates();">Update</button>
<p id = 'lastTime'></p>
<h3 class = 'title'>Everybody Loves Large Chests:</h3>
<p id = 'ELLC'></p>
<h3 class = 'title'>Savage Divinity:</h3>
<p id = 'SD'></p>
<h3 class = 'title'>The Daily Grind:</h3>
<p id = 'TDG'></p>
<h3 class = 'title'>Randidly Ghosthound:</h3>
<p id = 'RG'></p>
<h3 class = 'title'>Brimstone Fantasy</h3>
<p id = 'BF'></p>
<h3 class = 'title'>Worth the Candle:</h3>
<p id = 'WTC'></p>
</body>
</html>