-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
125 lines (69 loc) · 3.07 KB
/
404.html
File metadata and controls
125 lines (69 loc) · 3.07 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
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
<!DOCTYPE HTML>
<!--
Strata by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>404 Page not found · epiclen</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="骏珏">
<meta http-equiv="content-language" content="en-us" />
<meta name="og:site_name" content="epiclen">
<meta name="og:title" content="404 Page not found">
<meta name="og:url" content="">
<meta name="og:image" content="http://www.epiclen.com/images/克洛泽2.jpg">
<meta name="generator" content="Hugo 0.32" />
<!--[if lte IE 8]><script src='http://www.epiclen.com/js/ie/html5shiv.js'></script><![endif]-->
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="http://www.epiclen.com/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="http://www.epiclen.com//css/ie8.css"><![endif]-->
<link href="http://www.epiclen.com/index.xml" rel="alternate" type="application/rss+xml" title="epiclen" />
<link href="http://www.epiclen.com/index.xml" rel="feed" type="application/rss+xml" title="epiclen" />
</head>
<body id="top">
<!-- Header -->
<header id="header">
<a href="http://www.epiclen.com/" class="image avatar"><img src="http://www.epiclen.com/images/%e5%85%8b%e6%b4%9b%e6%b3%bd2.jpg" alt="" /></a>
<h1><p>Hi,我是骏珏</p>
<p>一个沉迷在技术世界中的孩子。</p>
</h1>
<nav id="sidebar">
<ul>
<li><a href="http://www.epiclen.com/">Home</a></li>
<li><a href="http://www.epiclen.com/post/">Blog</a></li>
<li><a href="http://www.epiclen.com/about/">关于我</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<div id="main">
<h1>Page not found</h1>
<p>Uh-oh, you seem to have taken a wrong turn! It looks like this was the result of either:</p>
<ul>
<li>A mistyped URL, or a copy-and-paste mistakex</li>
<li>A broken link on a web pages or in an email</li>
<li>Moved or deleted content</li>
</ul>
<p>I suggest that you head to my <a href="http://www.epiclen.com/">Home</a> page from here.</p>
</div>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="http://www.epiclen.com/#contact-form" class="icon fa-envelope-o"><span class="label">Email</span></a></li>
<li><a href="http://www.epiclen.com/index.xml" class="icon fa-rss" type="application/rss+xml"><span class="label">RSS</span></a></li>
</ul>
<ul class="copyright">
<li>© epiclen</li>
</ul>
</footer>
<!-- Scripts -->
<script src="http://www.epiclen.com/js/jquery.min.js"></script>
<script src="http://www.epiclen.com/js/jquery.poptrox.min.js"></script>
<script src="http://www.epiclen.com/js/skel.min.js"></script>
<script src="http://www.epiclen.com/js/util.js"></script>
<script src="http://www.epiclen.com/js/main.js"></script>
</body>
</html>