-
Notifications
You must be signed in to change notification settings - Fork 0
/
archives.html
37 lines (32 loc) · 1.1 KB
/
archives.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
<!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 -->
<section id="content" class="body">
<h1>Archives for 童年时光</h1>
<dl>
<dt>日 01 五月 2016</dt>
<dd><a href="./2016/chong-ming-dong-ping-guo-jia-sen-lin-gong-yuan-lu-ying.html">崇明东平国家森林公园露营</a></dd>
</dl>
</section>
<section id="extras" class="body">
</section><!-- /#extras -->
<footer id="contentinfo" class="body">
<p>冬冬 多多 龙宝 马宝 顺顺 小弟</p>
</footer><!-- /#contentinfo -->
</body>
</html>