-
Notifications
You must be signed in to change notification settings - Fork 0
/
categories.html
45 lines (42 loc) · 2.12 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
<!DOCTYPE html>
<html>
<head>
<title> Categories - WANG Aiyong's blog</title>
<meta charset="utf-8" />
<link href="/theme/static/css/style.css" rel="stylesheet" />
<link href="/theme/static/css/highlight.css" rel="stylesheet" />
<link href="/theme/static/css/pygment.css" rel="stylesheet" />
<link href="/images/favicon.ico" rel = "Shortcut Icon" />
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic|Open+Sans:700,400" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="gepcel.github.io/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="WANG Aiyong's blog Full Atom Feed" />
</head>
<body>
<div id="container">
<div id="main" role="main">
<header><h1> Categories </h1></header>
<nav>
<span><a title="home page" class="" href="/index.html">home</a></span>
<span><a title="about" class="" href="/pages/about.html">about</a></span>
<span><a title="guestbook" class="" href="/pages/guestbook.html">guestbook</a></span>
<span><a title="publication" class="" href="/pages/publication.html">publication</a></span>
<span><a title="vitae" class="" href="/pages/vitae.html">vitae</a></span>
<span><a title="categories" class="" href="/categories.html">categories</a></span>
<span><a title="tags" class="" href="/tags.html">tags</a></span>
<span><a title="links" class="" href="/pages/links">links</a></span>
<span><a title="subscribe by RSS" class="" href="/feeds/all.atom.xml">subscribe</a></span>
</nav>
<artical class="content">
<ul>
<li><a href="/category/life.html">life</a></li>
<li><a href="/category/life-news.html">life, news</a></li>
<li><a href="/category/pelican.html">pelican</a></li>
<li><a href="/category/python.html">python</a></li>
<li><a href="/category/sheng-huo.html">生活</a></li>
<li><a href="/category/tools.html">tools</a></li>
</ul>
</artical>
</div>
</div>
</body>
</html>