-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
135 lines (94 loc) · 3.14 KB
/
404.html
File metadata and controls
135 lines (94 loc) · 3.14 KB
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
<!DOCTYPE html>
<html lang="ru" >
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="author"
content="b8u"/>
<meta name="description" content="Personal b8u Blog"/>
<meta name="keywords" content="cpp, templates, programming"/>
<link rel="canonical" href="https://b8u.github.io/404.html"/>
<title>404 Page not found · b8u Blog</title>
<link rel="shortcut icon" href="https://b8u.github.io/images/favicon.ico"/>
<link rel="stylesheet" href="https://b8u.github.io/css/animate.min.css"/>
<link rel="stylesheet" href="https://b8u.github.io/css/remixicon.css"/>
<link rel="stylesheet" href="https://b8u.github.io/css/zozo.css"/>
<link rel="stylesheet" href="https://b8u.github.io/css/highlight.css"/>
</head>
<body>
<div class="main animated">
<div class="nav_container animated fadeInDown">
<div class="site_nav" id="site_nav">
<ul>
<li>
<a href="/">blog</a>
</li>
<li>
<a href="/posts/">archive</a>
</li>
<li>
<a href="/tags/">tags</a>
</li>
<li>
<a href="/about/">about</a>
</li>
</ul>
</div>
<div class="menu_icon">
<a id="menu_icon"><i class="remixicon-links-line"></i></a>
</div>
</div>
<div class="header animated fadeInDown">
<div class="site_title_container">
<div class="site_title">
<h1>
<a href="https://b8u.github.io/">
<span>b8u Blog</span>
<img src="https://b8u.github.io/images/logo.svg"/>
</a>
</h1>
</div>
<div class="description">
<p class="sub_title"></p>
<div class="my_socials">
<a href="https://b8u.github.io/index.xml" type="application/rss+xml" title="rss" target="_blank"><i class="remixicon-rss-fill"></i></a>
</div>
</div>
</div>
</div>
<div class="content">
<div class="page_tags">
<h1>(≥o≤)</h1>
<h2>404 Page Not Found</h2>
<h3><a href="https://b8u.github.io/">首页</a></h3>
</div>
<div class="pagination"></div>
</div>
</div>
<footer class="footer">
<div class="powered_by">
<a href="https://zeuk.me">Designed by Zeuk,</a>
<a href="http://www.gohugo.io/">Proudly published with Hugo</a>
</div>
<div class="footer_slogan">
<span></span>
</div>
</footer>
<script src="https://b8u.github.io/js/jquery-3.3.1.min.js"></script>
<script src="https://b8u.github.io/js/zozo.js"></script>
<script src="https://b8u.github.io/js/highlight.pack.js"></script>
<link href="https://b8u.github.io/css/fancybox.min.css" rel="stylesheet">
<script src="https://b8u.github.io/js/fancybox.min.js"></script>
<script>hljs.initHighlightingOnLoad()</script>
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-109070441-2', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
</body>
</html>