-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
144 lines (93 loc) · 5.11 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
<!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.105.0-DEV"><meta name="theme-color" content="#fff" />
<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 | ALEXCDEVER's Blog</title>
<link rel="stylesheet" href="./css/meme.min.1a6f9225943dd04f5998d79870e9044f7c9aadaa49a77d8b2b0623902c15190c.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="Alex Chen" /><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="ALEXCDEVER's Blog" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="application-name" content="ALEXCDEVER's Blog" />
<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://blog.alexc.cn/404.html" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"datePublished": "2018-07-19T00:00:00+00:00",
"dateModified": "2018-07-19T00:00:00+00:00",
"url": "https://blog.alexc.cn/404.html",
"name": "404 Page not found",
"description": "喜欢各种瞎折腾",
"image": "https://blog.alexc.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": "ALEXCDEVER's Blog",
"logo": {
"@type": "ImageObject",
"url": "https://blog.alexc.cn/icons/apple-touch-icon.png"
},
"url": "https://blog.alexc.cn"
},
"mainEntityOfPage": {
"@type": "WebSite",
"@id": "https://blog.alexc.cn"
}
}
</script>
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@alexcdever" />
<meta name="twitter:creator" content="@alexcdever" />
<meta property="og:title" content="404 Page not found" />
<meta property="og:description" content="喜欢各种瞎折腾" />
<meta property="og:url" content="https://blog.alexc.cn/404.html" />
<meta property="og:site_name" content="ALEXCDEVER's Blog" />
<meta property="og:locale" content="zh" /><meta property="og:image" content="https://blog.alexc.cn/icons/apple-touch-icon.png" />
<meta property="og:type" content="website" />
<meta name="google-site-verification" content="UA-116667702-1" />
<link rel="preconnect" href="https://www.google-analytics.com" crossorigin />
<script>
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-116667702-1', 'auto');
ga('send', 'pageview');
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "",
enable_page_level_ads: true
});
</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>