-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (45 loc) · 1.93 KB
/
index.html
File metadata and controls
61 lines (45 loc) · 1.93 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!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="Play - Learn - Enjoy">
<meta name="keywords" content="trivia, game, quiz, points, levels, ProTec Games, Prakhar Doneria, kids, game, web games, instant games, instand">
<meta name="author" content="ProTec Games">
<meta property="og:title" content="Trivia Game">
<meta property="og:description" content="Free to Play web Trivia Game PLAY WITHOUT SIGNUP">
<meta property="og:image" content="assets/logo.png">
<meta property="og:url" content="https://trivia-base.vercel.app">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@prakhardoneria">
<meta name="twitter:title" content="Trivia Game">
<meta name="twitter:description" content="Increase and Test your knowledge! The best web game for all age PLAY WITHOUT SIGNUP">
<meta name="twitter:image" content="assets/preview.png">
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="assets/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="styles.css">
<script defer src="script.js"></script>
<script data-cfasync="false" src="/sw.js"></script>
<title>Trivia Base : Web</title>
</head>
<body>
<script data-cfasync="false" src="//d2wexw25ezayh1.cloudfront.net/?wxewd=1016432"></script>
<header>
<div class="banner">
</div>
<div class="user-info">
<span id="points">Points: 0</span>
<span id="attempted">Questions Attempted: 0</span>
</div>
</header>
<main>
<div class="level-timeline" id="levelTimeline">
</div>
</main>
<footer>
<p>© 2023 ProTec Games
. All rights reserved.</p>
</footer>
<script defer src="sound.js"></script>
</body>
</html>