-
Notifications
You must be signed in to change notification settings - Fork 0
/
categories.html
109 lines (97 loc) · 4.33 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
107
108
109
<!DOCTYPE html>
<html lang="zh">
<head>
<!-- Required meta tags always come first -->
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="google-site-verification" content="GgupatpoZgdqsBlxEZoMqGAy3aXAFtXIrYged3SB6EA" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Categories | nJcx's Blog
</title>
<link rel="canonical" href="https://www.njcx.bid/share/categories.html">
<link rel="apple-touch-icon" href="https://www.njcx.bid/share/apple-touch-icon.png" sizes="180x180">
<link rel="icon" type="image/png" href="https://www.njcx.bid/share/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://www.njcx.bid/share/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="https://www.njcx.bid/share/manifest.json">
<meta name="theme-color" content="#333333">
<link rel="stylesheet" href="https://www.njcx.bid/share/theme/css/bootstrap.min.css">
<link rel="stylesheet" href="https://www.njcx.bid/share/theme/css/font-awesome.min.css">
<link rel="stylesheet" href="https://www.njcx.bid/share/theme/css/pygments/emacs.min.css">
<link rel="stylesheet" href="https://www.njcx.bid/share/theme/css/style.css">
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?a34c7a96ae9745547c373575407c521f";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<script>
(function(){
var bp = document.createElement('script');
var curProtocol = window.location.protocol.split(':')[0];
if (curProtocol === 'https') {
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
}
else {
bp.src = 'http://push.zhanzhang.baidu.com/push.js';
}
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(bp, s);
})();
</script>
</head>
<body>
<header class="header">
<div class="container">
<div class="row">
<div class="col-sm-4">
<a href="https://www.njcx.bid/share">
<img class="img-fluid" src=https://www.njcx.bid/share/images/profile.png width=200 height=200 alt="nJcx's Blog">
</a>
</div>
<div class="col-sm-8">
<h1 class="title">       <a href="https://www.njcx.bid/share">nJcx's Blog</a></h1>
<p class="text-muted">生而不忧,死而不怖。得其时横刀天下,不得其时蓬头而行</p>
<ul class="list-inline">
<li class="list-inline-item">                   <a href="https://www.zhihu.com/people/njcxs" target="_blank">知乎</a></li>
<li class="list-inline-item"><a href="https://www.facebook.com/nJcx1" target="_blank">FaceBook</a></li>
<li class="list-inline-item"><a href="https://github.com/njcx" target="_blank">Github</a></li>
<li class=" list-inline-item text-muted">|</li>
<li class="list-inline-item"><a class="fa fa-github" href="https://github.com/njcx" target="_blank"></a></li>
</ul>
</div>
</div>
</div>
</header>
<div class="main">
<div class="container">
<h1>Categories
</h1>
<hr>
<table class="table table-bordered table-striped table-hover">
<tr>
<td><a href="https://www.njcx.bid/share/category/share.html">share</a></td>
<td>65</td>
</tr>
</table>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="row">
<ul class="col-sm-6 list-inline">
<li class="list-inline-item"><a href="https://www.njcx.bid/share/authors.html">Authors</a></li>
<li class="list-inline-item"><a href="https://www.njcx.bid/share/archives.html">Archives</a></li>
<li class="list-inline-item"><a href="https://www.njcx.bid/share/categories.html">Categories</a></li>
<li class="list-inline-item"><a href="https://www.njcx.bid/share/tags.html">Tags</a></li>
</ul>
<p class="col-sm-6 text-sm-right text-muted">
本站由 <a href="https://github.com/getpelican/pelican" target="_blank">Pelican 生成</a> 后续 by <a href="https://github.com/njcx" target="_blank">nJcx</a>
</p>
</div>
</div>
</footer>
</body>
</html>