-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (33 loc) · 1.28 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<title>QuizY</title>
</head>
<body>
<header>
<a id=leaderboard href="highScore.html">View Highscores <i class="fas fa-hand-point-left fa-lg"></i>
</i></a>
<p id="timer">Time: </p>
</header>
<main>
<div class="container">
<div id="home" class="quiz-home">
<h2 >Coding Quiz Challenge</h2>
<p class ="text">Try to answer the following code-related questions within the time limit</p>
<p class ="text">Keep in mind that incorrect answers will penalize your score/time by 10 seconds!</p>
<button class ="btn" type="submit" ><a href="game.html"> Start Quiz</a></button>
<!-- <button class ="btn" type="submit" ><a href="game.html"> Start Quiz</a></button> -->
</div>
</div>
</main>
<!-- <footer>
<p>Built with ❤️ © Amit Bera ❤️</p>
</footer> -->
<!-- <script src="./scripts/script.js"></script> -->
</body>
</html>