-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcategories.html
78 lines (78 loc) · 2.83 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html lang="zh">
<head>
<title>A Ordinary Boy, A Marvelous Toy</title>
<meta charset="utf-8" />
<meta http-equiv="cache-control" content="no-cache" />
<link rel="stylesheet" type="text/css" href="/theme/css/base.css" />
<meta name="author" value="cosmoslx" />
<meta name="description" value="" />
<meta name="keywords" value="" />
</head>
<body>
<header class="site highlight">
<h1 class="stamp lrot bs"><a href="/">A Ordinary Boy</a></h1>
<h1 class="stamp rrot rfloat"><a href="http://github.com/cosmoslx/blog">A Marvelous Toy</a></h1>
</header>
<div class="site clearfix">
<nav class="lfloat">
<ul class="links">
<li>
<a class="stamp" href="/category/life.html">Life</a>
</li>
<li>
<a class="stamp" href="/category/play.html">Play</a>
</li>
<li>
<a class="stamp" href="/category/tech.html">Tech</a>
</li>
</ul>
<ul class="social rfloat">
<li><a title="about me" href="http://about.me/cosmoslx"></a></li>
<li><a title="github" href="http://github.com/cosmoslx"></a></li>
<li><a href="/feeds/atom.xml" class="feed" type="atom+xml"></a></li>
</ul>
</nav> <section class="content">
<h1 class="stamp"></h1>
<div class="body">
<ul>
<li><a href="/category/life.html">Life</a></li>
<li><a href="/category/play.html">Play</a></li>
<li><a href="/category/tech.html">Tech</a></li>
</ul>
</div>
</section>
<footer class="site clearfix bs">
<section class="lfloat">
<ul>
<lh>categories</lh>
<li><a href="/category/life.html">Life</a></li>
<li><a href="/category/play.html">Play</a></li>
<li><a href="/category/tech.html">Tech</a></li>
</ul>
</section>
<section class="lfloat">
<ul>
<lh>pages</lh>
</ul>
</section>
<section class="rfloat">
<small>
<p>site generated by <a href="https://github.com/getpelican/pelican">pelican</a></p>
<p>theme by <a href="https://github.com/demianbrecht">demian brecht</a></p>
<p>备案号:<a href="https://beian.miit.gov.cn/" target="_blank">粤ICP备2021059169号-1</a></p>
</small>
</section>
</footer> </div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-58180786-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>