-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
219 lines (155 loc) · 4.71 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
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Elivis' Blog</title>
<link rel="shortcut icon" href="https://geeek.top/favicon.ico?v=1679300570926">
<link href="https://cdn.jsdelivr.net/npm/remixicon@2.3.0/fonts/remixicon.css" rel="stylesheet">
<link rel="stylesheet" href="https://geeek.top/styles/main.css">
<link rel="alternate" type="application/atom+xml" title="Elivis' Blog - Atom Feed" href="https://geeek.top/atom.xml">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Droid+Serif:400,700">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-160641531-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-160641531-1');
</script>
<meta name="description" content="" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@300&display=swap" rel="stylesheet">
</head>
<body>
<div class="main">
<div class="main-content note-serif-sc-font">
<div class="site-header">
<a href="https://geeek.top">
<img class="avatar" src="https://geeek.top/images/avatar.png?v=1679300570926" alt="">
</a>
<h1 class="site-title">
Elivis' Blog
</h1>
<p class="site-description">
</p>
<div class="menu-container">
<a href="/" class="menu">
首页
</a>
<a href="/archives" class="menu">
归档
</a>
<a href="/post/about" class="menu">
关于
</a>
<a href="/friends" class="menu">
友链
</a>
</div>
<div class="social-container">
</div>
</div>
<div class="post-container">
<article class="post">
<a href="https://geeek.top/post/fxxk-bilibili/">
<h2 class="post-title">你是如何被叔叔开盒的</h2>
</a>
<div class="post-info">
<span>
2023-02-09
</span>
<span>
8 min read
</span>
</div>
<div class="post-abstract">
</div>
</article>
<article class="post">
<a href="https://geeek.top/post/dian-lu-x-xiao-shi-su-tong-jiao-cheng/">
<h2 class="post-title">电路X小时速通教程</h2>
</a>
<div class="post-info">
<span>
2023-01-10
</span>
<span>
15 min read
</span>
</div>
<div class="post-abstract">
</div>
</article>
<article class="post">
<a href="https://geeek.top/post/Erdos-Legend/">
<h2 class="post-title">Erdos' Legend</h2>
</a>
<div class="post-info">
<span>
2022-09-14
</span>
<span>
101 min read
</span>
</div>
<div class="post-abstract">
</div>
</article>
<article class="post">
<a href="https://geeek.top/post/openwrt-ipv6-configuration/">
<h2 class="post-title">Openwrt二级路由配置ipv6折腾记</h2>
</a>
<div class="post-info">
<span>
2022-08-08
</span>
<span>
13 min read
</span>
</div>
<div class="post-abstract">
</div>
</article>
<article class="post">
<a href="https://geeek.top/post/Jordan/">
<h2 class="post-title">深入浅出Jordan标准型(兼博客数学公式渲染测试)</h2>
</a>
<div class="post-info">
<span>
2022-05-18
</span>
<span>
23 min read
</span>
</div>
<div class="post-abstract">
</div>
</article>
<article class="post">
<a href="https://geeek.top/post/turing-machine-assignment/">
<h2 class="post-title">图灵机加法器优化</h2>
</a>
<div class="post-info">
<span>
2022-04-09
</span>
<span>
21 min read
</span>
</div>
<div class="post-abstract">
</div>
</article>
</div>
<div class="pagination-container">
</div>
<div class="site-footer">
Powered by passion and love
<a class="rss" href="https://geeek.top/atom.xml" target="_blank">
<i class="ri-rss-line"></i> RSS
</a>
</div>
</div>
</div>
</body>
</html>