-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
84 lines (69 loc) · 1.79 KB
/
index.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>WHO WANTS TO BE A MILLIONAIRE</title>
<link rel="stylesheet" href="style.css" />
<script src="script.js"></script>
</head>
<body>
<div id="text"><p>WHO WANTS TO BE A MILLIONAIRE
</p></div>
<div id="area">
<div
id="one"
onclick="patasxaniHastatum(one) "
>
<p id="one1"></p>
</div>
<div
id="two"
onclick="patasxaniHastatum(two)"
>
<p id="two1"></p>
</div>
<div
id="thre"
onclick="patasxaniHastatum(thre)"
>
<p id="thre1"></p>
</div>
<div
id="four"
onclick="patasxaniHastatum(four)"
>
<p id="four1"></p>
</div>
<div id="cont">
<p id="word"></p>
</div>
</div>
<button id="but" onclick="talHarc() ,Time() , Show(), PlayAudio1()">
START GAME
</button>
<div id="time">
TIMER
<p id="time1"></p>
</div>
<div id="truefolsediv">
<div id="truediv" >TRUE<p id="true"></p></div>
<div id="folsediv">FALSE <p id="folse"> </p> </div>
</div>
<div id="by"><p>© BY ARMEN GHORUKHCHYAN AND DAVID BADASYAN <br> 2020</p></div>
<audio id="myAudio">
<source src="./Audio/Start.mp3" type="audio/ogg">
</audio>
<audio id="myAudio1">
<source src="./Audio/64000-music.mp3" type="audio/ogg">
<!-- <source src="./Audio/friend-clock-2008.mp3" type="audio/ogg"> -->
</audio>
<audio id="myAudio2">
<source src="./Audio/TrueAnswer.mp3" type="audio/ogg">
</audio>
<audio id="myAudio3">
<source src="./Audio/WrongAnswer.mp3" type="audio/ogg">
</audio>
</script>
</body>
</html>