-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
135 lines (78 loc) · 3.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Page not found</title>
<link href="//cdn.jsdelivr.net" rel="dns-prefetch">
<link href="//cdnjs.cloudflare.com" rel="dns-prefetch">
<link href="//at.alicdn.com" rel="dns-prefetch">
<link href="//fonts.googleapis.com" rel="dns-prefetch">
<link href="//fonts.gstatic.com" rel="dns-prefetch">
<link href="///disqus.com" rel="dns-prefetch">
<link href="//c.disquscdn.com" rel="dns-prefetch">
<link href="//www.google-analytics.com" rel="dns-prefetch">
<meta name="author" content="问题小哥哥">
<meta name="description" content="wentixiaogege,个人资料整和网站">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@wentixiaogege">
<meta name="twitter:title" content="wentixiaogege 个人网站">
<meta name="twitter:description" content="wentixiaogege,个人资料整和网站">
<meta name="twitter:image" content="/images/avatar.png">
<meta property="og:type" content="website">
<meta property="og:title" content="wentixiaogege 个人网站">
<meta property="og:description" content="wentixiaogege,个人资料整和网站">
<meta property="og:url" content="/404.html">
<meta property="og:image" content="/images/avatar.png">
<meta name="generator" content="Hugo 0.76.3">
<link rel="canonical" href="/404.html">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="format-detection" content="telephone=no,email=no,adress=no">
<meta http-equiv="Cache-Control" content="no-transform">
<meta name="robots" content="index,follow">
<meta name="referrer" content="origin-when-cross-origin">
<meta name="google-site-verification" content="_moDmnnBNVLBN1rzNxyGUGdPHE20YgbmrtzLIbxaWFc">
<meta name="msvalidate.01" content="22596E34341DD1D17D6022C44647E587">
<meta name="theme-color" content="#02b875">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="wentixiaogege">
<meta name="msapplication-tooltip" content="wentixiaogege">
<meta name='msapplication-navbutton-color' content="#02b875">
<meta name="msapplication-TileColor" content="#02b875">
<meta name="msapplication-TileImage" content="/icons/icon-144x144.png">
<link rel="icon" href="/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="/icons/icon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="/icons/icon-32x32.png">
<link rel="icon" sizes="192x192" href="/icons/icon-192x192.png">
<link rel="apple-touch-icon" href="/icons/icon-152x152.png">
<link rel="manifest" href="/manifest.json">
<link rel="preload" href="/styles/main-rendered.min.css" as="style">
<link rel="preload" href="https://fonts.googleapis.com/css?family=Lobster" as="style">
<link rel="preload" href="/images/avatar.png" as="image">
<link rel="preload" href="/images/grey-prism.svg" as="image">
<style>
body {
background: rgb(244, 243, 241) url('/images/grey-prism.svg') repeat fixed;
}
</style>
<link rel="stylesheet" href="/styles/main-rendered.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lobster">
<!--[if lte IE 8]>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/html5shiv.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dest/respond.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/videojs-ie8.min.js"></script>
<![endif]-->
<!--[if lte IE 9]>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/classList.min.js"></script>
<![endif]-->
</head>
<body>
<div class="not-found">
<h1 class="error-emoji"></h1>
<p class="error-text">/* 404 page not found. */</p>
<p class="error-link"><a href="/">↑ Back Home ↑</a></p>
</div>
<script src="/scripts/index.min.js"></script>
</body>
</html>