-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathquizzes.html
More file actions
31 lines (27 loc) · 759 Bytes
/
Copy pathquizzes.html
File metadata and controls
31 lines (27 loc) · 759 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Quizzes: Sheet Quiz</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="topnav">
<a href="index.html">Home</a>
<a class="active" href="">Quizzes</a>
<a href="https://peerlist.io/subhranshu">About</a>
</div>
<center>
<p id="wel_text">
<b>*All Quizzes*</b>
</p>
<div id="quiz-btns-bg">
<a href="Quizzes/q1.html"><button>Test : Metallurgy</button></a>
<a href="Quizzes/q2.html"><button>Test : Medicines</button></a>
</div>
<p style="padding-top: 4rem;">Made with 💟 by Subhranshu :)</p>
</center>
<script src="code.js"></script>
</body>
</html>