-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (27 loc) · 907 Bytes
/
Copy pathindex.html
File metadata and controls
29 lines (27 loc) · 907 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Home: Sheet Quiz</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="topnav">
<a class="active" href="#home">Home</a>
<a href="quizzes.html">Quizzes</a>
<a href="https://peerlist.io/subhranshu">About</a>
</div>
<center>
<p id="wel_text">
<b>*Welcome To Sheet Quiz*</b><br>
<canvas id="canvas" width="200" height="200"
style="background-color:whitesmoke;margin-top: 3rem;">
</canvas>
</p>
<a style="margin: 0px;" href="quizzes.html"><button>Available Quizzes</button></a>
<p style="padding-top: 5rem;">Instruction: Go to quizzes and select your desired quiz. then click start button to start the quiz.<br><br>Made with 💟 by Subhranshu :)</p>
</center>
<script src="clock.js"></script>
</body>
</html>