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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<style>
div {
width: 100%;
height: 800px;
background: url("image/background.png");
background-size: cover;
}
</style>
</head>
<body background = "image/background.jpg">
<div>
<center><img id="ask"></center><br><br><br>
<center><img id="image"></center><br><br>
<center><img id="a1" onclick="n(1)"></center>
<center><img id="a2" onclick="n(2)"></center>
<center><img id="a3" onclick="n(3)"></center>
<center><img id="a4" onclick="n(4)"></center>
<center><img id="end" width="500px"></center><br><br>
<center><img id="sum"></center>
<a id="b"href="index.html">
<center> <img src="image/b.png"></center>
</a>
</div>
<script src="scripts.js">
</script>
</body>
</html>