forked from YashasreeTummala/Match-Catch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLevel1.html
More file actions
50 lines (42 loc) · 1.35 KB
/
Level1.html
File metadata and controls
50 lines (42 loc) · 1.35 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MATCH & CATCH</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<embed src="/assets/AShamaluevMusic.mp3" loop="true" autostart="true" width="2" height="0">
<img src="/assets/Logo1.png" position = "fixed" draggable="false">
<p id="font" >
<h2 id="scorebox">SCORE : <text id="score"> 0 </text> </h2>
</p>
<section class="head">
<p id="qus">
<h1 id="question">What is the root cause of Dengue/ Malaria/ Chickengunya ??</h1>
</p>
</section>
<section class="dropLocation">
<div id="dropLocation1">
</div>
<div id="dropLocation2">
</div>
</section>
<ul>
<li><img src="/assets/Mosquito.png" id="dragElement1" ></li>
<li><img src="/assets/Cockroach.png" id="dragElement2" ></li>
</ul>
<div id="myModal" class="modal">
<!-- Modal content -->
<div class="modal-content">
<span class="close">×</span>
<p>
<br>
<span>Congrats ,</span> you successfully completed Level 1</p>
<button id="redirect1" class="popupbtn" >Click here to enter Level 2</button>
</div>
</div>
</body>
<script type="text/javascript" src="script1.js"></script>
</html>