-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
98 lines (53 loc) · 2.16 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
<!DOCTYPE html>
<html lang="cn">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SZZD731CQG"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-SZZD731CQG');
</script>
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="/images/favicon.png" />
<title>404</title>
<meta name="title" content="404 Page not found" />
<meta name="description" content="Sirius 的博客" />
<meta name="keywords" content="书单,书评,云计算,产品,心理学,总结,留学,英语,设计," />
<meta property="og:url" content="https://siri.ink/404.html">
<meta property="og:site_name" content="Sirius 的博客">
<meta property="og:title" content="404 Page not found">
<meta property="og:description" content="Sirius 的博客">
<meta property="og:locale" content="cn">
<meta property="og:type" content="website">
<meta property="og:image" content="https://siri.ink/hugo-bearcub/images/share.webp">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://siri.ink/hugo-bearcub/images/share.webp">
<meta name="twitter:title" content="404 Page not found">
<meta name="twitter:description" content="Sirius 的博客">
<meta itemprop="name" content="404 Page not found">
<meta itemprop="description" content="Sirius 的博客">
<meta itemprop="image" content="https://siri.ink/hugo-bearcub/images/share.webp">
<meta name="referrer" content="no-referrer-when-downgrade" />
<link href="/style.min.css" rel="stylesheet">
<link href="/syntax.min.css" rel="stylesheet">
</head>
<body>
<header><a href="/" class="title"><h1>Sirius 的博客</h1></a>
<nav>
<a href="/">首页</a>
<a href="/blog/">文章</a>
<a href="/link/">友链</a>
<a href="/index.xml">RSS</a>
</nav>
</header>
<main>
<h1>404</h1>
<h2>ʕノ•ᴥ•ʔノ ︵ ┻━┻</h2>
</main>
<footer><small>
</small></footer>
</body>
</html>