-
Notifications
You must be signed in to change notification settings - Fork 0
/
game1_cw10.html
63 lines (23 loc) · 2.71 KB
/
game1_cw10.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
<html>
<head>
<title>GAME</title>
<script type="text/javascript">
function test(x)
{
var a=document.getElementById("subim7").src;
document.getElementById("subim7").src=document.getElementById(x).src;
document.getElementById(x).src=a;
}
</script>
</head>
<body background="image/black.jpg">
<font color="yellow"><h1 align="center">MEDIUM</h1></font>
<h4 align="center"><img src="image/vegita.jpg" width="30%" height="300px"></h4>
<h3 align="center"><font color="yellow">SOLVE THE PUZZLE NOW :)</font></h3>
<h4 align="center"><img src="image8/16.jpg" width="100px" height="100px" id="subim1" onclick="test('subim1');"><img src="image8/15.jpg" width="100px" height="100px" onclick="test('subim2');"id="subim2"><img src="image8/14.jpg" width="100px" height="100px" onclick="test('subim3');" id="subim3"><img src="image8/13.jpg" width="100px" height="100px" id="subim4" onclick="test('subim4');"></br><img src="image8/12.jpg" width="100px" height="100px" id="subim5"onclick="test('subim5');"><img src="image8/11.jpg" width="100px" height="100px" id="subim6" onclick="test('subim6');"><img src="image8/10.jpg" width="100px" height="100px" id="subim7" onclick="test('subim7');"><img src="image8/9.jpg" width="100px" height="100px" id="subim8" onclick="test('subim8');"></br><img src="image8/8.jpg" width="100px" height="100px" id="subim9" onclick="test('subim9');"><img src="image8/7.jpg" width="100px" height="100px" id="subim10" onclick="test('subim10');"><img src="image8/6.jpg" width="100px" height="100px" id="subim11" onclick="test('subim11');"><img src="image8/5.jpg" width="100px" height="100px" id="subim12" onclick="test('subim12');"></br><img src="image8/4.jpg" width="100px" height="100px" id="subim13" onclick="test('subim13');"><img src="image8/3.jpg" width="100px" height="100px" id="subim14" onclick="test('subim14');"><img src="image8/2.jpg" width="100px" height="100px" id="subim15" onclick="test('subim15');"><img src="image8/1.jpg" width="100px" height="100px" id="subim16" onclick="test('subim16');"></h4>
<a href="game1_cw10.html"><h4 align="center"><input type="submit" value="RESET" width="100px"></br></a>
<a href="game1_cw3.html"><input type="button" value="BACK"> </br></a>
<a href="game1_cw0.html"><input type="submit" value="EXIT"></a>
</h4>
</body>
</html>