-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
134 lines (86 loc) · 4.75 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
<!DOCTYPE html>
<html lang="zh-CN">
<head prefix="og: http://ogp.me/ns# article: http://ogp.me/ns/article#">
<meta charset="UTF-8" />
<meta name="generator" content="Hugo 0.97.2" /><meta name="theme-color" content="#16171d" />
<meta name="color-scheme" content="light dark">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="format-detection" content="telephone=no, date=no, address=no, email=no" />
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<title>404 Page not found | LeeHui</title>
<link rel="stylesheet" href="/css/meme.min.218c2226f49e64803c40af095b8c966f56e71a084bdaf1a6b6be5d3da765e986.css"/>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,500;0,700;1,500;1,700&family=Noto+Serif+SC:wght@400;500;700&family=Source+Code+Pro:ital,wght@0,400;0,700;1,400;1,700&family=Water+Brush&display=swap" media="print" onload="this.media='all'" />
<noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,500;0,700;1,500;1,700&family=Noto+Serif+SC:wght@400;500;700&family=Source+Code+Pro:ital,wght@0,400;0,700;1,400;1,700&family=Water+Brush&display=swap" /></noscript>
<meta name="author" content="LeeHui" /><meta name="description" content="记录自己学过的东西" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link rel="mask-icon" href="/icons/safari-pinned-tab.svg" color="#2a6df4" />
<link rel="apple-touch-icon" sizes="180x180" href="/icons/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-title" content="LeeHui" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="application-name" content="LeeHui" />
<meta name="msapplication-starturl" content="../" />
<meta name="msapplication-TileColor" content="#fff" />
<meta name="msapplication-TileImage" content="../icons/mstile-150x150.png" />
<link rel="manifest" href="/manifest.json" />
<link rel="canonical" href="https://wheliosc.github.io/404.html" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"datePublished": "2018-06-04T15:13:43+00:00",
"dateModified": "2018-06-04T15:13:43+00:00",
"url": "https://wheliosc.github.io/404.html",
"name": "404 Page not found",
"description": "记录自己学过的东西",
"image": "https://wheliosc.github.io/icons/favicon.png",
"license": "[CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh)",
"publisher": {
"@type": "Organization",
"name": "LeeHui",
"logo": {
"@type": "ImageObject",
"url": "https://wheliosc.github.io/icons/favicon.png"
},
"url": "https://wheliosc.github.io/"
},
"mainEntityOfPage": {
"@type": "WebSite",
"@id": "https://wheliosc.github.io/"
}
}
</script>
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@reuixiy" />
<meta name="twitter:creator" content="@leehui" />
<meta property="og:title" content="404 Page not found" />
<meta property="og:description" content="记录自己学过的东西" />
<meta property="og:url" content="https://wheliosc.github.io/404.html" />
<meta property="og:site_name" content="LeeHui" />
<meta property="og:locale" content="zh" /><meta property="og:image" content="https://wheliosc.github.io/icons/favicon.png" />
<meta property="og:type" content="website" />
<link rel="preconnect" href="https://www.google-analytics.com" crossorigin />
<script async src="https://www.googletagmanager.com/gtag/js?id="></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', '');
</script>
</head>
<body>
<div class="container">
<main class="fof">
<div class="main-inner">
<h1>404 - 页面不存在</h1>
<div class="fof-footer">
<a href="/">送我回主页</a>
</div>
</div>
</main>
</div>
</body>
</html>