forked from YashasreeTummala/Match-Catch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLevel2.html
More file actions
65 lines (54 loc) · 1.88 KB
/
Level2.html
File metadata and controls
65 lines (54 loc) · 1.88 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
62
63
64
65
<!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 might be the reasons for Cancer ?</h1>
</p>
</section>
<section class="dropLocation">
<div id="dropLocation5">
</div>
<div id="dropLocation6">
</div>
</section>
<ul>
<li><img src="/assets/Alcohol.png" id="dragElement11" alt=""></li>
<li><img src="/assets/Fruits.png" id="dragElement12" alt=""></li>
<li><img src="/assets/Cigar.png" id="dragElement13" alt=""></li>
<li><img src="/assets/Hookah.png" id="dragElement14" alt=""></li>
<li><img src="/assets/Veg.png" id="dragElement15" alt=""></li>
<li><img src="/assets/Weed.png" id="dragElement16" alt=""></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 2</p>
<button id="redirect2" class="popupbtn" >Click here to enter Level 3</button>
</div>
</div>
<div id="myModal2" class="poptryagain">
<!-- Modal content -->
<div class="tryagaincontent">
<span class="closeagain">×</span>
<p> <br>
<span>Sorry </span> , Try Again </p>
<button id="redirect3" class="redirectbt" >Click here to replay</button>
</div>
</div>
</body>
<script type="text/javascript" src="script2.js"></script>
</html>