-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (27 loc) · 759 Bytes
/
index.html
File metadata and controls
33 lines (27 loc) · 759 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
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<title>Quiz app</title>
<link rel="stylesheet" href="style.css">
</head>
<!-- change -->
<body>
<div class="container">
<video class="vdo" src="vdo.mp4" autoplay loop muted></video>
<div class="box">
<!-- <div class="vdo-container" >
<video class="vdo2" src="vdo2.mp4" autoplay loop muted></video>
</div> -->
<div class="box-text">
<h1>Quiz App</h1>
<div class="quiz-area">
<h2>Select Category</h2>
<ul></ul>
</div>
</div>
</div>
</div>
<h2>Number of Questions</h2>
<script src="script.js"></script>
</body>
</html>