-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
63 lines (63 loc) · 1.8 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
<!DOCTYPE html>
<html lang="zh-Hans-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="color-scheme" content="light dark" />
<meta name="theme-color" content="hsl(0, 0%, 96%);" />
<meta
name="theme-color"
media="(prefers-color-scheme: dark)"
content="hsl(0, 0%, 8%);"
/>
<meta name="description" content="404 Not Found" />
<meta property="og:title" content="404 Not Found" />
<meta property="og:locale" content="zh_CN" />
<meta
property="og:url"
content="https://gui-ying233.github.io/Nest/404"
/>
<meta property="og:site_name" content="鬼影的基地" />
<meta property="og:description" content="404 Not Found" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<link rel="canonical" href="https://gui-ying233.github.io/Nest/404" />
<link
rel="icon"
type="image/x-icon"
href="https://gui-ying233.github.io/Nest/src/asset/favicon.ico"
/>
<link
rel="apple-touch-icon"
href="https://gui-ying233.github.io/Nest/src/asset/favicon.ico"
/>
<title>404 Not Found - 鬼影的基地</title>
<script async src="src/js/clarity.js"></script>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-ZMHY61ZCQE"
></script>
<script
async
src="https://gui-ying233.github.io/Nest/src/js/gtag.js"
></script>
<script
async
src="https://hm.baidu.com/hm.js?abdce5cc5a81bdfb51506edb4641e824"
></script>
<link
rel="stylesheet"
href="https://gui-ying233.github.io/Nest/src/css/base.css"
/>
<meta
http-equiv="Refresh"
content="0; URL=https://gui-ying233.github.io/Nest/"
/>
</head>
<body>
<h1>404 Not Found</h1>
<footer>
<a href="https://gui-ying233.github.io/Nest/">鬼影的基地</a>
</footer>
</body>
</html>