-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsubject.html
More file actions
18 lines (18 loc) · 766 Bytes
/
Copy pathsubject.html
File metadata and controls
18 lines (18 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
<title>Quizly</title>
<link rel="stylesheet" type="text/css" href="subject_css.css">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Titillium+Web:900" rel="stylesheet">
</head><body>
<div class=main>
<div class="content">
<a href="math_que.html" id="play_a"><button class="play" id="a">Maths</button></a><br>
<a href="astro_que.html" id="play_a"><button class="play" id="b">Astronomy</button></a><br>
<a href="physics_que.html" id="play_a"><button class="play" id="c">Physics</button></a><br>
<a href="chemistry_que.html" id="play_a"><button class="play" id="d">Chemistry</button></a>
</div>
</div>
</body>
</html>