-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patha.html
68 lines (60 loc) · 1.91 KB
/
a.html
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
66
67
68
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" type="text/css" rel="noopener" target="_blank" href="ad.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<button class="back" onclick="goback()"><i class="fa fa-home" style="font-size:36px"></i></button>
<div id="frame">
<div class="main" >
<div class="box"></div>
<div class="sidebox">
<div class="name">PurblePlace </div>
<div class="score">
<span>Score:</span>
<span id="score"> 00</span>
</div>
<div class="time">
<span>Time:</span>
<span id="timer"></span>
</div>
<div class="magic">
<div class="circle " onclick="help()"> </div>
</div>
<div>
</div>
</div>
</div>
<div class="result">
<span id="re">Rules: </span>
<span id="se">* match the box value by memorising .<br>
* for correct match 20 points. <br>
* for incorrect match -5 pts.<br>
* time play major role in score.<br>
* each heart help deduct 15 marks.
</span>
</div>
</div>
<button onclick ="restart()" class="res">restart</button>
<audio id="clicksound" src="sound\jump.wav"></audio>
<audio id="helpsound" src="sound\help.wav"></audio>
<audio id="winsound" src="sound\win.wav"></audio>
<audio id="wrong" src="sound/wrong.wav"></audio>
<audio id="right" src="sound/right.mp3"></audio>
<script src="as.js">
</script>
</body>
</html>
</body>
</html>