-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
86 lines (86 loc) · 2.46 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
<!DOCTYPE HTML>
<!--
Ion by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>No!!!!!!!!!</title>
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
<meta content="" name="description"/>
<meta content="" name="keywords"/>
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><![endif]-->
<script src="/js/jquery.min.js"></script>
<script src="/js/skel.min.js"></script>
<script src="/js/skel-layers.min.js"></script>
<script src="/js/init.js"></script>
<link href="/images/icon.png" rel="shortcut icon" type="image/png"/>
<noscript>
<link href="/css/skel.css" rel="stylesheet"/>
<link href="/css/style.css" rel="stylesheet"/>
<link href="/css/style-xlarge.css" rel="stylesheet"/>
</noscript>
<style>
header.major {
text-align: center;
margin: 0 0 4em 0;
background: url('/images/404_R.png');
padding: 6em 0 4em 0;
background-position: right;
background-size: cover;
}
@media (max-width: 980px) {
header.major {
background: url('/images/404_L.png');
background-position: left top;
background-size: cover;
}
}
.wrapper {
padding: 0 0 0 0;
}
</style>
</head>
<body id="top">
<!-- Header -->
<header class="skel-layers-fixed" id="header">
<h1><a href="/">WYC - Home Page</a></h1>
<nav id="nav">
<ul>
<li><a href="/">Home</a></li>
<li class="dropdown" id="blogMenu">
<a href="/blog">Blog</a>
<ul class='dropdownContent' id="dropdownContent">
<li><a href="/blog/coding">Coding</a></li>
<li><a href="/blog/music">Music</a></li>
<li><a href="/blog/anime">Anime</a></li>
<li><a href="/blog/cooking">Cooking</a></li>
</ul>
</li>
<li><a href="https://github.com/mvfki">GitHub</a></li>
<li><a href="https://bangumi.tv/user/541876">Bangumi</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<section class="wrapper style1" id="main">
<header class="major">
<h2>You lost Yichen :(</h2>
<p>404 Not Found</p>
</header>
<div class="container" id="articleDiv">
<!-- Articles -->
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="container">
<ul class="copyright">
<li>© WYC. All rights reserved.</li>
<li>Design: <a href="http://templated.co">TEMPLATED</a></li>
</ul>
</div>
</footer>
</body>
</html>