-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (30 loc) · 913 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Quick Quiz</title>
<link rel="stylesheet" href="app.css" />
</head>
<body>
<video autoplay muted loop id="myVideo">
<source src="Black - 13495.mp4" type="video/mp4">
</video><div class="content">
<h1>QUIZ KHALO</h1>
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h3 class="animate-charcter">QUIZ KHALO</h3>
</div>
</div>
</div>
<div class="container">
<div id="home" class="flex-center flex-column">
<h1>QUIZ KHALO</h1>
<a class="btn" href="/game.html">Play</a>
<a class="btn" href="/highscores.html">High Scores</a>
</div>
</div>
</body>
</html>