-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (25 loc) · 1.08 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
<!DOCTYPE html>
<html>
<head>
<title>Quiz | Play now!</title>
<link rel="stylesheet" href="assets/stylesheets/styles.css"/>
<link rel="icon" href="assets/images/favicon.ico?v=2.0"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body class="index-body">
<header>
<a href="index.html" id="title">Quiz</a>
</header>
<main class="center-box index-center">
<h1>Play quiz now!</h1>
<div>
<p>Answer 10 questions from different categories.</p>
</div>
<a href="game.html" id="startBtn" class="button big semiBold">Start</a>
</main>
<footer>
<a class="footerIconContainer" href="https://github.com/galgaz/quiz"><img class="footerIcon" src="assets/images/github-mark-white.svg"></img></a> | <span>All of the questions are from <a href="https://opentdb.com/">Open Trivia Database.</a></span>
</footer>
</body>
</html>