-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalbum.html
30 lines (26 loc) · 884 Bytes
/
album.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
<!DOCTYPE html>
<html>
<head>
<title>青蛙🐸乐园</title>
<link rel="shortcut icon" href="Pics/logo.png">
<link href="index.css" rel="stylesheet" type="text/css" />
</head>
<body>
<ul class="top">
<li style="padding-top: 0;"><img src="Pics/logo.png"></li>
<li style="padding-top: 60px;"><p>青蛙🐸乐园</p></li>
<li style="float: right;"><a href="message.html">留言板</a></li>
<li style="float: right;"><a href="index.html">返回首页</a></li>
</ul><br>
<div class="pic">
<img src="Pics/album1.jpg" height="400" width="600"><br>
<img src="Pics/album2.jpg" height="400" width="600"><br>
<img src="Pics/album3.jpg" height="400" width="600"><br>
<img src="Pics/album4.jpg" height="400" width="600"><br>
<img src="Pics/album5.jpg" height="400" width="400">
</div>
<div class="footer">
<p>Copyright ©</p>
</div>
</body>
</html>