-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
141 lines (101 loc) · 5.64 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
<!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.68.3" /><meta name="theme-color" content="#fff" />
<script>
const userPrefers = localStorage.getItem('theme');
const darkModeMediaQuery = window.matchMedia('(prefers-color-scheme: dark)');
const lightModeMediaQuery = window.matchMedia('(prefers-color-scheme: light)');
if (userPrefers === 'dark') {
changeModeMeta('dark');
} else if (userPrefers === 'light') {
changeModeMeta('light');
} else if (darkModeMediaQuery.matches) {
changeModeMeta('dark');
} else if (lightModeMediaQuery.matches) {
changeModeMeta('light');
}
function changeModeMeta(theme) {
document.documentElement.setAttribute('data-theme', theme);
if (theme === 'dark') {
changeThemeColor('#282a36');
} else {
changeThemeColor('#fff');
}
}
function changeThemeColor(themeColor) {
document.querySelector('meta[name="theme-color"]').setAttribute('content', themeColor);
}
</script>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2.0, user-scalable=yes" />
<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 | scott-wong/王宇</title>
<link rel="stylesheet" href="/css/meme.min.1db7183eeb602477f3554158456bbe87c3e581ee837f8b5baa1ba6483f7eed3e.css" integrity="sha256-HbcYPutgJHfzVUFYRWu+h8Plge6Df4tbqhumSD9+7T4=" />
<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="scott-wong/王宇" />
<meta name="description" content="scott-wong/岛民宇哥的个人网站,最近专注企业架构和云原生技术体系。" />
<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="scott-wong/王宇" />
<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="scott-wong/王宇" />
<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://wangyu.space/404.html" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"datePublished": "2019-12-31T23:59:59+08:00",
"dateModified": "2019-12-31T23:59:59+08:00",
"url": "https://wangyu.space/404.html",
"name": "404 Page not found",
"description": "scott-wong/岛民宇哥的个人网站,最近专注企业架构和云原生技术体系。",
"image": "https://wangyu.space/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": "scott-wong/王宇",
"logo": {
"@type": "ImageObject",
"url": "https://wangyu.space/icons/apple-touch-icon.png"
},
"url": "https://wangyu.space/"
},
"mainEntityOfPage": {
"@type": "WebSite",
"@id": "https://wangyu.space/"
}
}
</script>
<meta name="twitter:card" content="summary" />
<meta property="og:title" content="404 Page not found" />
<meta property="og:description" content="scott-wong/岛民宇哥的个人网站,最近专注企业架构和云原生技术体系。" />
<meta property="og:url" content="https://wangyu.space/404.html" />
<meta property="og:site_name" content="scott-wong/王宇" />
<meta property="og:locale" content="zh" /><meta property="og:image" content="https://wangyu.space/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 Page NOT Found.</h1>
<div class="fof-footer">
<a href="/">送我回主页</a>
</div>
</div>
</main>
</div>
</body>
</html>