-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhighscore.html
32 lines (32 loc) · 939 Bytes
/
highscore.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
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset="utf-8">
<title>G.O.A.T.</title>
<link rel="stylesheet" href="styles/style.css">
<script src="scripts/highscore.js"></script>
</head>
<body>
<div class="scoreboard"><h1>G.O.A.T!</h1></div>
<div class="score">
<ul>
<li>Roy Tennant (15)</li>
<li>Peter Binkley (9)</li>
<li>Mark Jordan (9)</li>
<li>Mark Leggott (9)</li>
<li>Slavko Manojlovich (9)</li>
<li>Dan Chudnov (8)</li>
<li>John Durno (8)</li>
<li>Krista Godfrey (8)</li>
<li>Clifford Lynch (8)</li>
<li>Gillian Byrne (6)</li>
<li>Darryl Friesen (6)</li>
<li>Walter Lewis (6)</li>
<li>Sam Popowich (6)</li>
<li>Andrew Nagy (5)</li>
<li class="player"></li>
</ol>
<sub>as determined by all time Access Conference presentations</sub>
</div>
</body>
</html>