-
Notifications
You must be signed in to change notification settings - Fork 3
/
lb-short.html
46 lines (42 loc) · 1.43 KB
/
lb-short.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Snake game - Leaderboard</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<ul>
<li><a href="https://skparab1.github.io"><h7 id="header">Home</h7></a></li>
<li><a href="https://skparab1.github.io/wordle/random"><h7 id="header1">Wordle</h7></a></li>
<li><a href="https://skparab1.github.io/snake"><h7 id="header2">Snake</h7></a></li>
</ul>
<h1 id="header3" style="text-align: center">Snake game - Leaderboard top 20</h1>
<div id="leaderboard generated">
<div class="fullwidth">
<div class="left-container-header">
<h1>Rank</h1>
</div>
<div class="right-container-header">
<h1>Name</h1>
</div>
<div class="mid-container-header">
<h1>Score</h1>
</div>
<div class="mid-container-header">
<h1>Time</h1>
</div>
<div class="center-container-header">
<h1>Rank score</h1>
</div>
</div>
</div>
<script src="leaderboard-controller-short.js"></script>
<br>
<div id="loader" class="center" style="border: none">
<h2 id="loadnotif">Loading and sorting leaderboard data... This might take a few seconds, we have over 750 entries to sort</h2>
<img src="loading.gif"><img>
</div>
</body>
</html>