-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcategories.html
106 lines (81 loc) · 2.97 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!doctype html>
<html lang="zh-cn">
<head>
<title>All Categories · ccinv
</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="ccinv" />
<meta name="copyright" content="ccinv" />
<link rel="shortcut icon" href="/theme/images/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="/theme/images/apple-touch-icon.png" />
<link rel="apple-touch-icon" sizes="57x57" href="/theme/images/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="72x72" href="/theme/images/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="114x114" href="/theme/images/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="144x144" href="/theme/images/apple-touch-icon-144x144.png" />
<link rel="icon" href="/theme/images/apple-touch-icon-144x144.png" />
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.1/css/font-awesome.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="/theme/css/pure-min.css">
<link rel="stylesheet" href="/theme/css/style.css?4d270d3e">
<link rel="stylesheet" type="text/css" href="/theme/css/code.css">
</head>
<body>
<div class="pure-g-r" id="layout">
<div class="sidebar pure-u">
<header class="header">
<nav class="pure-menu pure-menu-open">
<a href="" class="pure-menu-heading">ccinv</a>
<ul class="nav-list">
<li class="pure-menu-selected" >
<a href="/categories.html">Categories</a>
</li>
<li >
<a href="/tags.html">Tags</a>
</li>
<li >
<a href="/archives.html">Archives</a>
</li>
<li >
<a href="/legacy.html">Legacy</a>
</li>
</ul>
<ul class="nav-list">
<li>
<form class="pure-form" action="/search.html" onsubmit="return validateForm(this.elements['q'].value);">
<input type="text" placeholder="Search" name="q" id="tipue_search_input" required>
</form>
</li>
</ul>
</nav>
</header>
</div>
<div class="pure-u-1">
<div class="content">
<!-- A wrapper for all the blog posts -->
<div class="posts">
<h1 class="content-subhead">
All Categories
</h1>
</div>
<footer class="footer">
<p>
</p>
<p>
Powered by <a href="http://getpelican.com/" title="Pelican Home Page">Pelican</a>
/ <a href="http://purecss.io/" title="Pure Home Page">Pure</a>
</p>
<p>
Theme is <a href="http://github.com/if1live/pelican-sora" title="Theme pelican-sora Home Page">pelican-sora</a> by <a href="http://libsora.so" title="libsora.so Home Page">libsora.so</a>.
Base theme is <a href="http://oncrashreboot.com/pelican-elegant" title="Theme Elegant Home Page">Elegant</a> by <a href="http://oncrashreboot.com" title="Talha Mansoor Home Page">Talha Mansoor</a>.
</p>
</footer> </div>
</div>
</div>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script type="text/javascript">
function validateForm(query) {
return (query.length > 0);
}
</script>
</body>
</html>