-
Notifications
You must be signed in to change notification settings - Fork 0
/
eg blog.html
37 lines (33 loc) · 932 Bytes
/
eg blog.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>
<head lang="en">
<meta charset="UTF-8">
<title></title>
</head>
<body>
<header>
<h1>Realazy</h1>
</header>
<section>
<article>
<h2><a href="http://realazy.org/blog" mce_href="http://realazy.org/blog">标题</a></h2>
<p>内容在此...(省略n字)</p>
</article>
<article>
<h2><a href="http://realazy.org/blog" mce_href="http://realazy.org/blog">标题2</a></h2>
<p>内容2在此...(省略n字)</p>
</article>
...
</section>
<footer>
<nav>
<ul>
<li><a href="http://realazy/blog" mce_href="http://realazy/blog">导航1</a></li>
<li><a href="http://realazy/blog" mce_href="http://realazy/blog">导航2</a></li>
...
</ul>
</nav>
<p>© 2007 realazy</p>
</footer>
</body>
</html>