-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (29 loc) · 1.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Trivia Taqneeq</title>
<link rel="stylesheet" href="yeet.css">
<script src="./jquery.js"></script>
<script src="./script.js"></script>
<script src="tailwind.js"></script>
</head>
<body class="bg-black text-white">
<section class="h-screen text-center flex m-10 flex-col items-center justify-center">
<div id="wrapper">
<h1
class="overlay__title mb-4 text-4xl font-extrabold tracking-tight leading-none text-gray-900 md:text-5xl lg:text-6xl dark:text-white ">
TQ Trivia </h1>
<button type="button"
class="start focus:outline-none text-white bg-green-700 hover:bg-green-800 focus:ring-4 focus:ring-green-300 font-medium rounded-lg text-sm px-5 py-2.5 me-2 mb-2 dark:bg-green-600 dark:hover:bg-green-700 dark:focus:ring-green-800 "
value="start ">START</button>
<div id="questions">
</div>
</div>
<!--wrapper-->
</section>
<div class="">
</div>
</body>
</html>