-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
109 lines (75 loc) · 4.21 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
<!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.78.0" /><meta name="theme-color" content="#fff" />
<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 | ChuChin</title>
<link rel="stylesheet" href="./css/meme.min.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,400;0,500;0,700;1,400;1,700&family=Noto+Serif+SC:wght@400;500;700&family=Source+Code+Pro:ital,wght@0,400;0,700;1,400;1,700&display=swap" media="print" onload="this.media='all'" />
<noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,700;1,400;1,700&family=Noto+Serif+SC:wght@400;500;700&family=Source+Code+Pro:ital,wght@0,400;0,700;1,400;1,700&display=swap" /></noscript>
<meta name="author" content="ChinHeng-Chu" /><meta name="description" content="这里是ChuChin的个人博客,关键词:生活、技术" />
<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="ChuChin" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="application-name" content="ChuChin" />
<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://chuchin.cn/404.html" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"datePublished": "2016-07-20T20:17:43+00:00",
"dateModified": "2016-07-20T20:17:43+00:00",
"url": "https://chuchin.cn/404.html",
"name": "404 Page not found",
"description": "这里是ChuChin的个人博客,关键词:生活、技术",
"image": "https://chuchin.cn/icons/apple-touch-icon.png",
"license": "[CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh)",
"publisher": {
"@type": "Organization",
"name": "ChuChin",
"logo": {
"@type": "ImageObject",
"url": "https://chuchin.cn/icons/apple-touch-icon.png"
},
"url": "https://chuchin.cn/"
},
"mainEntityOfPage": {
"@type": "WebSite",
"@id": "https://chuchin.cn/"
}
}
</script>
<meta name="twitter:card" content="summary" />
<meta property="og:title" content="404 Page not found" />
<meta property="og:description" content="这里是ChuChin的个人博客,关键词:生活、技术" />
<meta property="og:url" content="https://chuchin.cn/404.html" />
<meta property="og:site_name" content="ChuChin" />
<meta property="og:locale" content="zh" /><meta property="og:image" content="https://chuchin.cn/icons/apple-touch-icon.png" />
<meta property="og:type" content="website" />
</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>