-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscores.html
34 lines (34 loc) · 936 Bytes
/
scores.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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="./username.js"></script>
<script src="./welcome.js"></script>
<title>Shut The Box</title>
</head>
<body>
<h1>
Shut The Box
</h1>
<section>
<h2>
Scores
</h2>
<p>
Well done! Here are the scores so far...
</p>
</section>
<fieldset>
<input type="button" id="btn" value="PLAY AGAIN!!!">
</fieldset>
<fieldset>
<input type="button" id="btn" value="Force update / start updating">
<input type="button" id="btn" value="Stop updating">
</fieldset>
<footer>
<hr>
<small>© Jion Kim, 2021 (the year after the world ended)</small>
</footer>
</body>
</html>