-
Notifications
You must be signed in to change notification settings - Fork 0
/
categories.html
32 lines (28 loc) · 934 Bytes
/
categories.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
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="utf-8" />
<title>童年时光</title>
<link rel="stylesheet" href="./theme/css/main.css" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body id="index" class="home">
<header id="banner" class="body">
<h1><a href="./">童年时光 </a></h1>
<nav><ul>
<li><a href="./category/you-ji.html">游记</a></li>
</ul>
</nav>
</header><!-- /#banner -->
<ul>
<li><a href="./category/you-ji.html">游记</a></li>
</ul>
<section id="extras" class="body">
</section><!-- /#extras -->
<footer id="contentinfo" class="body">
<p>冬冬 多多 龙宝 马宝 顺顺 小弟</p>
</footer><!-- /#contentinfo -->
</body>
</html>