-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathleadboard.html
More file actions
46 lines (38 loc) · 1.31 KB
/
leadboard.html
File metadata and controls
46 lines (38 loc) · 1.31 KB
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
<html>
<head>
<title>LeadBoard | Quizly</title>
<link rel="stylesheet" href="login_css.css">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<script src="https://www.gstatic.com/firebasejs/5.7.2/firebase.js"></script>
<script src="code.js"></script>
</head>
<body>
<div class="main">
<table>
<tr>
<td>
<h2>LeadBoard</h2>
</td>
</tr>
<tr>
<td><a href="astro_lead.html"><button>Astronomy</button></a></td>
</tr>
<tr>
<td>
<a href="chem_lead.html"><button>Chemistry</button></a>
</td>
</tr>
<tr>
<td>
<a href="maths_lead.html"><button>Maths</button></a>
</td>
</tr>
<tr>
<td>
<a href="physics_lead.html"><button>Physics</button></a>
</td>
</tr>
</table>
</div>
</body>
</html>