-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
76 lines (51 loc) · 2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>
404 · siwu's blog
</title>
<link rel="stylesheet" href="https://blog.gaxxx.me/slim.css">
</head>
<body>
<div class="container">
<div class="header">
<h1 class="site-title"><a href="https://blog.gaxxx.me">siwu's blog</a></h1>
<input id="search" class=".next" type="search" placeholder="Search" />
<p class="site-tagline"></p>
<div class="nav">
<a class="nav-btn" href="#">
<span class="ci ci-burger"></span>
</a>
<ul class="nav-list">
<li><a href="https://blog.gaxxx.me/tags">Tags</a></li>
<li class="spacer">∾</li>
<li><a href="https://www.linkedin.com/in/gaxxx">LinkedIn</a></li>
<li><a href="https://github.com/gaxxx">Github</a></li>
</ul>
</div>
<div class="search-results">
<ul class="search-results__items"></ul>
</div>
</div>
<div class="content">
<div class="posts">
<div class="post">
<h2 class="post-title"><a href="#">404</a></h2>
<p>Page not found</p>
</div>
</div>
</div>
<div class="footer">
<p>Powered by <a href="https://getzola.org">Zola</a></p>
</div>
</div>
<script src="https://blog.gaxxx.me/js/slim.js"></script>
<script src="https://blog.gaxxx.me/js/elasticlunr.min.js"></script>
<script src="https://blog.gaxxx.me/search_index.zh.js"></script>
<script src="https://blog.gaxxx.me/js/lunr.stemmer.support.js"></script>
<script src="https://blog.gaxxx.me/js/lunr.zh.js"></script>
<script src="https://blog.gaxxx.me/js/search.js"></script>
</body>
</html>