-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcategories.html
58 lines (43 loc) · 1.68 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="en">
<head>
<title>yacc's blog</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="./theme/css/main.css" type="text/css" />
<link href="./" type="application/atom+xml" rel="alternate" title="yacc's blog ATOM Feed" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<!--[if lte IE 7]>
<link rel="stylesheet" type="text/css" media="all" href="./css/ie.css"/>
<script src="./js/IE8.js" type="text/javascript"></script><![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" media="all" href="./css/ie6.css"/><![endif]-->
</head>
<body>
<div id="wrap" style="width:850px">
<div id="container" style="width:560px">
<div class="entry">
<ul>
<li><a href="./category/author.html">author</a></li>
<li><a href="./category/gadgets.html">gadgets</a></li>
</ul>
</div>
</div>
<div id="sidebar">
<h1><a href=". " title="title">yacc's blog</a></h1>
<span class="description"> </span>
<!-- <span class="feed"><a href="">RSS</a> | <a href="">Atom</a></span> -->
</div>
<div id="footer">
<nav>
<ul>
<li>:: <a href="./categories.html">Categories</a></li>
</ul>
</nav>
<div id="credits">
<span>Adapted from <a href="http://wordpress.org/themes/monospace">Monospace</a> || Created with <a href="">Pelican</a></span>
</div>
</div>
</div>
</body>
</html>