-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (23 loc) Β· 845 Bytes
/
Copy pathindex.html
File metadata and controls
27 lines (23 loc) Β· 845 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Quiz Game | By Iqbolshoh</title>
<link rel="stylesheet" href="./src/css/test.css">
<link rel="icon" href="https://iqbolshoh.uz/favicon.ico" type="image/x-icon">
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11" defer></script>
<title>Test | By Iqbolshoh</title>
</head>
<body>
<div class="card quiz-card d-none" id="game-card">
<h4 id="status-bar" class="quiz-timer"></h4>
<h2 id="quiz-container" class="mb-4">
<span id="quiz-text">π</span>
</h2>
<p id="emoji" class="quiz-emoji">β</p>
<div id="options" class="quiz-options"></div>
</div>
<script src="./src/js/test.js"></script>
</body>
</html>