-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
183 lines (122 loc) · 4.97 KB
/
404.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
<!doctype html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>404 Page not found | HOME</title>
<meta property="og:title" content="404 Page not found - HOME">
<meta property="og:type" content="article">
<meta name="Keywords" content="home page">
<meta name="description" content="404 Page not found">
<meta name="author" content="birdflyi">
<meta property="og:url" content="https://birdflyi.github.io/404.html">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href='/css/normalize.css'>
<link rel="stylesheet" href='/css/style.css'>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
</head>
<body>
<header id="header" class="clearfix">
<div class="container">
<div class="col-group">
<div class="site-name ">
<a id="logo" href="https://birdflyi.github.io/">
HOME
</a>
<p class="description">The home page of LouZehua.</p>
</div>
<div>
<nav id="nav-menu" class="clearfix">
<a class="" href="https://birdflyi.github.io/">首页</a>
</nav>
</div>
</div>
</div>
</header>
<div id="body">
<div class="container">
<div class="col-group">
<div class="col-8" id="main">
<div class="body404">
<div class="info404">
<header id="header404" class="clearfix">
<div class="site-name404"><i>404</i></div>
</header>
<section>
<div class="title404">
<p>每一个平凡的日常<br />都是连续发生中的奇迹</p>
</div>
<div class="post-archive">
<h2>See Also</h2>
<ul class="listing">
<li><a href="/mydocs/papers/">Paper Contents</a></li>
<li><a href="/search/">搜索</a></li>
</ul>
</div>
<a rel="nofollow" href="https://birdflyi.github.io/" class="index404">回首页看看</a>
</section>
</div>
</div>
</div>
<div id="secondary">
<section class="widget">
<form id="search" action='https://birdflyi.github.io/search/' method="get" accept-charset="utf-8" target="_blank" _lpchecked="1">
<input type="text" name="q" maxlength="20" placeholder="Search">
<input type="hidden" name="sitesearch" value="https://birdflyi.github.io/">
<button type="submit" class="submit icon-search"></button>
</form>
</section>
<section class="widget">
<h3 class="widget-title">最近文章</h3>
<ul class="widget-list">
<li>
<a href="https://birdflyi.github.io/post/home/" title="Layout Contents">Layout Contents</a>
</li>
</ul>
</section>
<section class="widget">
<h3 class="widget-title">分类</h3>
<ul class="widget-list">
<li><a href="https://birdflyi.github.io/category/Layout/">Layout (1)</a></li>
<li><a href="https://birdflyi.github.io/category/Profile/">Profile (1)</a></li>
</ul>
</section>
<section class="widget">
<h3 class="widget-title">标签</h3>
<div class="tagcloud">
<a href="https://birdflyi.github.io/tag/Hugo/">Hugo</a>
<a href="https://birdflyi.github.io/tag/Layout/">Layout</a>
<a href="https://birdflyi.github.io/tag/Profile/">Profile</a>
</div>
</section>
<section class="widget">
<h3 class="widget-title">友情链接</h3>
<ul class="widget-list">
<li>
<a target="_blank" href="http://www.x-lab.info/author/%E5%A8%84%E6%B3%BD%E5%8D%8E/" title="X-lab Personal Info">X-lab Personal Info</a>
</li>
</ul>
</section>
<section class="widget">
<h3 class="widget-title">其它</h3>
<ul class="widget-list">
<li><a href="https://birdflyi.github.io/index.xml">文章 RSS</a></li>
</ul>
</section>
</div>
</div>
</div>
</div>
<footer id="footer">
<div class="container">
© 2021 <a href="https://birdflyi.github.io/">HOME By birdflyi</a>.
Powered by <a rel="nofollow noreferer noopener" href="https://gohugo.io" target="_blank">Hugo</a>.
<a href="https://www.flysnow.org/" target="_blank">Theme</a> based on <a href="https://github.com/flysnow-org/maupassant-hugo" target="_blank">maupassant</a>.
</div>
</footer>
<a id="rocket" href="#top"></a>
<script type="text/javascript" src='/js/totop.js?v=0.0.0' async=""></script>
<script type="text/javascript" src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js" async></script>
</body>
</html>