-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (27 loc) · 1.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="C++ Online Quiz Test: Examine your skills in C++ by taking the test. All C++ quizzes are based on multiple-choice questions (MCQs).">
<meta name="keywords" content="Quiz, c++, CPP">
<meta name="author" content="Kushal kumar">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="Assets/homeImage.png" type="image/x-icon">
<title>Quick Quiz</title>
</head>
<body>
<!-- Main container -->
<div class="container">
<!-- Home section -->
<div id="home" class="flex-center flex-column">
<!-- Heading of the quiz -->
<h1>C++ Online Quiz Test</h1>
<!-- Link to play the game -->
<a class="btn" href="./game.html">Play Game</a>
<!-- Link to view high scores -->
<a class="btn" href="./highscores.html">High Scores</a>
</div>
</div>
</body>
</html>