-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
136 lines (76 loc) · 4.02 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
<!DOCTYPE html>
<html lang="zh-hans">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="D_DAndrew">
<meta name="description" content="初生码农">
<meta name="keywords" content="博客,开发者,游戏,科幻,个人">
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="404 Page not found"/>
<meta name="twitter:description" content="初生码农"/>
<meta property="og:title" content="404 Page not found" />
<meta property="og:description" content="初生码农" />
<meta property="og:type" content="website" />
<meta property="og:url" content="" />
<meta property="og:site_name" content="D_DAndrew 的主页" />
<title>D_DAndrew 的主页</title>
<link rel="stylesheet" href=https://fonts.proxy.ustclug.org/css?family=Lato:400,700%7CMerriweather:300,700%7CSource+Code+Pro:400,700 integrity=sha384-UZhG5WipmU6WiF5wop3ssl1Wg0UEzv74OlREk8MniXxZPYlH4srr78D5Oye4n1xa>
<link rel="stylesheet" href=https://cdn.staticfile.org/font-awesome/5.3.1/css/all.min.css integrity=sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU crossorigin="anonymous" />
<link rel="stylesheet" href=https://cdn.staticfile.org/normalize/8.0.0/normalize.min.css integrity=sha384-eYUmD1FFkORGrJdmrD37Z5LUEElTzF32+UI3jkzt7C1vpmUGo5KOVvb3Z5LeZHky crossorigin="anonymous" />
<link rel="stylesheet" href="https://d-dandrew.github.io/css/coder.min.28d751104f30c16da1aa1bb04015cbe662cacfe0d1b01af4f2240ad58580069c.css" integrity="sha256-KNdREE8wwW2hqhuwQBXL5mLKz+DRsBr08iQK1YWABpw=" crossorigin="anonymous" media="screen" />
<link rel="icon" type="image/png" href="https://d-dandrew.github.io/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://d-dandrew.github.io/images/favicon-16x16.png" sizes="16x16">
<meta name="generator" content="Hugo 0.54.0" />
</head>
<body class=" ">
<main class="wrapper">
<nav class="navigation">
<section class="container">
<a class="navigation-title" href="https://d-dandrew.github.io">
D_DAndrew 的主页
</a>
<input type="checkbox" id="menu-toggle" />
<label class="menu-button float-right" for="menu-toggle"><i class="fas fa-bars"></i></label>
<ul class="navigation-list">
<li class="navigation-item">
<a class="navigation-link" href="https://d-dandrew.github.io/about/">关于</a>
</li>
<li class="navigation-item">
<a class="navigation-link" href="https://d-dandrew.github.io/posts/">博客</a>
</li>
<li class="navigation-item">
<a class="navigation-link" href="https://d-dandrew.github.io/projects/">项目</a>
</li>
<li class="navigation-item">
<a class="navigation-link" href="https://d-dandrew.github.io/contact/">联系</a>
</li>
<li class="navigation-item menu-separator">
<span>|</span>
</li>
<li class="navigation-item">
<a href="https://d-dandrew.github.io/en/">English</a>
</li>
</ul>
</section>
</nav>
<div class="content">
<section class="container centered">
<div class="error">
<h1>404</h1>
<h2>找不到页面</h2>
<p>对不起,当前页面不存在<br />您可以返回到 <a href="https://d-dandrew.github.io">主页</a>.</p>
</div>
</section>
</div>
<footer class="footer">
<section class="container">
<p>脚下有油</p>
© 2019
·
强力驱动 <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/">Coder</a>.
</section>
</footer>
</main>
</body>
</html>