-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (41 loc) · 1.61 KB
/
index.html
File metadata and controls
45 lines (41 loc) · 1.61 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style type="text/css">
p {
text-align: center;
}
</style>
</head>
<body onload="doPopupopen();"
style="background-image: url('imgs/board.jpg'); background-repeat: no-repeat; background-attachment: fixed; background-size: 100% 100%;">
<div style="scroll-margin-top: 0;">
<center>
<img src="imgs/hi.gif" alt="" width="350" height="100">
<img src="imgs/hi.gif" alt="" width="350" height="100">
<img src="imgs/hi.gif" alt="" width="350" height="100">
</center>
</div>
<p>
<a href="agency.html"> <img src="imgs/entrance.gif" alt="entrance"><br></a>
<a href="agency.html"> <img src="imgs/entrance.gif" alt="entrance" align="center"><br></a>
<a href="agency.html"> <img src="imgs/entrance.gif" alt="entrance" align="center"><br></a>
<a href="agency.html"> <img src="imgs/entrance.gif" alt="entrance" align="center"><br></a>
</p>
<script type="text/javascript">
function doPopupopen() {
window. open("popup.html", "popup01", "width=450, height=700");
}
</script>
<div style="scroll-margin-bottom: ;">
<center>
<img src="imgs/175.gif" alt="">
<img src="imgs/175.gif" alt="">
<img src="imgs/175.gif" alt="">
</center>
</div>
</body>
</html>