-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
79 lines (59 loc) · 2.42 KB
/
404.html
File metadata and controls
79 lines (59 loc) · 2.42 KB
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
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta name="generator" content="Hugo 0.40.3" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>404 Page not found - Space X</title>
<meta property="og:title" content="404 Page not found - Space X">
<meta property="og:type" content="article">
<meta name="description" content="404 Page not found">
<meta name="author" content="yyBeta">
<meta property="og:url" content="">
<link rel="stylesheet" href="/css/normalize.css">
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<header id="header" class="clearfix">
<div class="container">
<div class="col-group">
<div class="site-name ">
<a id="logo" href="https://yybeta.github.io/">
Space X
</a>
<p class="description">A geek, studying Data Mining and Machine Learning</p>
</div>
<div>
<nav id="nav-menu" class="clearfix">
<a class="" href="https://yybeta.github.io/">博客</a>
<a href="https://yybeta.github.io/about/" title="关于">
关于
</a>
</nav>
</div>
</div>
</div>
</header>
<div class="body404">
<div class="info404">
<header id="header404" class="clearfix">
<div class="site-name404"><i>404</i></div>
</header>
<section>
<div class="title404">
<p>每一个平凡的日常<br/>都是连续发生中的奇迹</p>
</div>
<a rel="nofollow" href="https://yybeta.github.io/" class="index404">回首页看看</a>
</section>
</div>
</div>
<footer id="footer">
<div class="container">
© 2018 <a rel="nofollow" href="https://yybeta.github.io/">Space X</a>.
Powered by <a rel="nofollow noreferer noopener" href="https://gohugo.io">Hugo</a>.
<a rel="nofollow noreferer noopener" href="https://github.com/JokerQyou/maupassant-hugo">Theme</a> based on <a rel="nofollow noreferer noopener" href="https://github.com/JokerQyou/maupassant-hugo">maupassant</a>.
</div>
</footer>
</body>
</html>