-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
34 lines (32 loc) · 816 Bytes
/
about.html
File metadata and controls
34 lines (32 loc) · 816 Bytes
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
<!DOCTYPE html>
<html class="background" lang="zh_cmn_Hans">
<head>
<meta charset="utf-8">
<title>八五班网</title>
<link href="favicon.png" rel="icon" type="image/x-icon" />
<meta content="width=device-width, initial-scale=1.0" name="viewport">
</head>
<style>
@import "css_js/main.css";
</style>
<body>
<br>
<br>
<br>
<br>
<div class="menu">
<img alt="" src="icon.png">
<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>
</div> <!--顶部导航栏-->
<h1 class="huge_title_2">暂无更多</h1>
<script src="css_js/script.js"></script>
</body>
<!--愿世间再无别离-->
</html>