-
Notifications
You must be signed in to change notification settings - Fork 0
/
photos.html
47 lines (46 loc) · 1.27 KB
/
photos.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
<!DOCTYPE html>
<html lang="zh_cmn_Hans">
<head>
<meta charset="utf-8">
<title>八五班班级网站</title>
<link rel="icon" type="image/x-icon" href="favicon.png" />
</head>
<style>
@import "css_js/main.css";
</style>
<body class="pho">
<br>
<br>
<br>
<nav class="menu">
<img src="icon.png" alt="">
<h1>八年级五班</h1>
<ul>
<li><a href="index.html">首页</a></li>
<li><a href="photos.html">班级图库</a></li>
<li><a href="#">文案投稿</a></li>
<li><a href="about.html">关于</a></li>
<li><a href="#">敬请期待…</a></li>
</ul>
</nav> <!--顶部导航栏-->
<div style="margin-top: 20px"> <!--第二页:班级风貌-->
<h1 class="huge_title_2">班级图库</h1>
</div>
<div style="margin-top: 50px;"></div>
<div class="photos">
<img alt="" src="icon.png">
<img alt="" src="photos/1.jpg">
<img alt="" src="photos/2.jpg">
<img alt="" src="photos/3.jpg">
<img alt="" src="photos/4.jpg">
<img alt="" src="photos/5.jpg">
<img alt="" src="photos/6.jpg">
<img alt="" src="photos/7.jpg">
<img alt="" src="photos/8.jpg">
<img alt="" src="photos/9.jpg">
<img alt="" src="photos/10.jpg">
</div>
<br>
<br>
</body>
</html>