-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
225 lines (156 loc) · 5.17 KB
/
index.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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" >
<title>ZHYCarge bots</title>
<meta name="description" content="一个傻傻的机器人">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="shortcut icon" href="http://localhost:4000/favicon.ico?v=1639303248235">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/paper.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.10.0/katex.min.css">
<link rel="stylesheet" href="http://localhost:4000/styles/main.css">
<script src="https://cdn.bootcss.com/highlight.js/9.12.0/highlight.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
</head>
<body>
<nav class="navbar border fixed split-nav">
<div class="nav-brand">
<h3><a href="http://localhost:4000">ZHYCarge bots</a></h3>
</div>
<div class="collapsible">
<input id="collapsible1" type="checkbox" name="collapsible1">
<button>
<label for="collapsible1">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
</label>
</button>
<div class="collapsible-body">
<ul class="inline">
<li>
<a href="/" class="menu">
首页
</a>
</li>
<li>
<a href="http://localhost:4000/post/cao-zuo-wen-dang" class="menu">
操作介绍
</a>
</li>
<li>
<a href="http://localhost:4000/post/kai-fa-wen-dang" class="menu">
开发文档
</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="top" class="row site">
<div class="sm-12 md-8 col">
<div class="paper">
<article class="article">
<h2 class="article-title">
<a href="http://localhost:4000/post/kai-fa-wen-dang/">开发文档</a>
</h2>
<p class="article-meta">
2021-12-10
</p>
<p class="text-lead">
</p>
<div class="row">
<a href="http://localhost:4000/post/kai-fa-wen-dang/" class="readmore-link">
<button>
Read More
</button>
</a>
</div>
</article>
<article class="article">
<h2 class="article-title">
<a href="http://localhost:4000/post/cao-zuo-wen-dang/">使用文档</a>
</h2>
<p class="article-meta">
2021-12-10
</p>
<p class="text-lead">
</p>
<div class="row">
<a href="http://localhost:4000/post/cao-zuo-wen-dang/" class="readmore-link">
<button>
Read More
</button>
</a>
</div>
</article>
<article class="article">
<h2 class="article-title">
<a href="http://localhost:4000/post/hello-world/">挂个标签</a>
</h2>
<p class="article-meta">
2021-12-10
</p>
<p class="text-lead">
<p>别看了别看了,孩子暂时没时间写博客呜呜呜</p>
</p>
<div class="row">
<a href="http://localhost:4000/post/hello-world/" class="readmore-link">
<button>
Read More
</button>
</a>
</div>
</article>
</div>
<div class="row flex-edges">
</div>
</div>
<div class="sm-12 md-4 col sidebar">
<div class="paper info-container">
<img src="http://localhost:4000/images/avatar.png?v=1639303248235" class="no-responsive avatar">
<div class="text-muted">一个傻傻的机器人</div>
<div class="social-container">
<a href="https://www.github.com/ZHYCarge/bots" target="_blank">
<i class="fab fa-github"></i>
</a>
</div>
</div>
<div class="paper">
<div class="sidebar-title">
最新文章
</div>
<div class="row">
<ul>
<li>
<a href="http://localhost:4000/post/kai-fa-wen-dang/">开发文档</a>
</li>
<li>
<a href="http://localhost:4000/post/cao-zuo-wen-dang/">使用文档</a>
</li>
<li>
<a href="http://localhost:4000/post/hello-world/">挂个标签</a>
</li>
</ul>
</div>
</div>
<div class="paper">
<div class="sidebar-title">
标签列表
</div>
<div class="row">
</div>
</div>
<div class="paper">
Powered by <a href="https://github.com/ZHYCarge" target="_blank">ZHYCarge</a> | <a class="rss" href="http://localhost:4000/atom.xml" target="_blank">RSS</a>
</div>
</div>
</div>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script type="application/javascript">
AOS.init();
hljs.initHighlightingOnLoad()
</script>
</body>
</html>