-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
156 lines (98 loc) · 4.57 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="noodp"/>
<meta name="google-site-verification" content="4V90x9XQUZ5NmolnNwUd1jOiu6xZcoKHmNUsMXOZ0cI" />
<meta name="msvalidate.01" content="8FCD8DF9192A52D41525C728FC0483BB" />
<meta name="yandex-verification" content="ffa5f89f82d25116" />
<meta name="p:domain_verify" content="31453518a25d5204835a2e88a8d7802b"/>
<link rel="canonical" href="https://HK818.github.io/404.html" />
<link rel='shortcut icon' type='image/x-icon' href='/favicon.ico' />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<title>
404 Page not found | HK818's
</title>
<meta name="title" content="404 Page not found | HK818's">
<link rel="stylesheet" href="/font/iconfont.css">
<link rel="stylesheet" href="/css/main.min.css">
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="404 Page not found"/>
<meta name="twitter:description" content="HK818's Blog with Hugo"/>
</head>
<body class="">
<div class="wrapper">
<nav class="navbar">
<div class="container">
<div class="navbar-header header-logo">
<a href="https://HK818.github.io">HK818's</a>
</div>
<div class="menu navbar-right">
<a class="menu-item" href="/posts/" title="">Blog</a>
<a class="menu-item" href="/categories/" title="">Categories</a>
<a class="menu-item" href="/about" title="">About</a>
<a href="javascript:void(0);" class="theme-switch"><i class="iconfont icon-sun"></i></a>
</div>
</div>
</nav>
<nav class="navbar-mobile" id="nav-mobile" style="display: none">
<div class="container">
<div class="navbar-header">
<div> <a href="javascript:void(0);" class="theme-switch"><i class="iconfont icon-sun"></i></a> <a href="https://HK818.github.io">HK818's</a></div>
<div class="menu-toggle">
<span></span><span></span><span></span>
</div>
</div>
<div class="menu" id="mobile-menu">
<a class="menu-item" href="/posts/" title="">Blog</a>
<a class="menu-item" href="/categories/" title="">Categories</a>
<a class="menu-item" href="/about" title="">About</a>
</div>
</div>
</nav>
<main class="main">
<div class="container">
<div class="notfound">
<h1 class="error-emoji"></h1>
<p class="error-text">/* 404 page not found. */</p>
<p class="error-link"><a href="https://HK818.github.io">↑ Back to Home ↑</a></p>
</div>
<script>
var errorEmojiContainer = document.getElementsByClassName('error-emoji')[0];
var emojiArray = [
'\\(o_o)/', '(o^^)o', '(˚Δ˚)b', '(^-^*)', '(≥o≤)', '(^_^)b', '(·_·)',
'(=\'X\'=)', '(>_<)', '(;-;)', '\\(^Д^)/',
];
var errorEmoji = emojiArray[Math.floor(Math.random() * emojiArray.length)];
errorEmojiContainer.appendChild(document.createTextNode(errorEmoji));
</script>
</div>
</main>
<footer class="footer">
<div class="copyright">
©
<span itemprop="copyrightYear">2019 - 2019</span>
<span>Corporate with <a href="https://dev-8l8.pantheonsite.io" target="_blank" rel="external nofollow noopener noreffer">朽木</a> </span>
</div>
</footer>
<script src="/js/vendor_main.min.js" async=""></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-149178787-1', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
</div>
</body>
</html>