-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmainpage.html
36 lines (34 loc) · 1.16 KB
/
mainpage.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
<!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">
<title>Main page</title>
<link rel="stylesheet" href="../css/styles.css">
<link rel="stylesheet" href="../css/styles1.css">
</head>
<body>
<header>
<nav class="nav">
<marquee behavior="" direction="ltr" >IQ Quiz</marquee>
</nav>
</header>
<div class="main">
<div class="left">
<h1 >INSTRUCTIONS</h1>
<ol type="1">
<li>Attempt all the questions (1-10).</li>
<li>Complete your quiz on time.</li>
<li>There is only 1 attempt to go for a question.</li>
<li>Total marks for the quiz is 20 Marks (2 Marks each).</li>
<li>Read all the instructons carefully.</li>
</ol>
</div>
<div class="right">
<img src="../assets/quiz1.jpg" alt="no-image">
</div>
</div>
<button onClick="location.href='quiz.html'" class="start-quiz-button">START QUIZ</button>
</body>
</html>