-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (27 loc) · 1.06 KB
/
index.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
<!DOCTYPE html>
<html lang="ZH-cn">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>叁九七的凉亭</title>
</head>
<body>
<h1>叁九七的凉亭</h1> <br>
<h2>欢迎进入博客</h2>
<br><br><br><br>
<a href="01.html" title="01.html" target="top">书与影音</a><br><br>
<a href="02.html" title="02.html" target="top">随笔文章</a><br><br>
<a href="03.html" title="03.html" target="top">网站收藏</a><br><br>
<a href="04.html" title="04.html" target="top">特别记录</a><br><br>
<a href="05.html" title="05.html" target="top">友情链接</a><br><br>
<a href="001.html" title="001.html" target="top">其它内容</a><br><br>
--------------------------------分割线--------------------------------<br><br>
<strong>加粗体</strong><br>
<em>倾斜体</em><br>
<del>删除线</del><br>
<ins>下划线</ins><br>
<div>占行测试</div>
<span>盒子</span>
</body>
</html>