61 lines
2.2 KiB
HTML
61 lines
2.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>404 - Not Found | neoFelhz</title>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/picturepan2/spectre@0.5.0/dist/spectre.min.css">
|
|
<style>
|
|
.valign {
|
|
display: -webkit-box!important;
|
|
display: -webkit-flex!important;
|
|
display: -ms-flexbox!important;
|
|
display: flex!important;
|
|
-webkit-box-align: center!important;
|
|
-webkit-align-items: center!important;
|
|
-ms-flex-align: center!important;
|
|
align-items: center!important;
|
|
}
|
|
.section-footer {
|
|
color: #acb3c2;
|
|
padding: 2rem .5rem 0 .5rem;
|
|
position: relative;
|
|
z-index: 200;
|
|
}
|
|
.section-footer a {
|
|
color: #667189;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="empty valign" style="height:100vh">
|
|
<div class="centered">
|
|
<p class="empty-title h1">404 Not Found</p>
|
|
<p class="empty-subtitle">The requested resources is not available</p>
|
|
<p class="empty-title h4">您访问的页面不存在</p>
|
|
<div class="divider"></div>
|
|
<div class="empty-action">
|
|
<div>
|
|
<a href="https://yufan.me">Home</a> |
|
|
<a href="https://twitter.com/syhily">Twitter</a> |
|
|
<a href="https://github.com/syhily">Github</a>
|
|
</div>
|
|
</div>
|
|
<footer class="section section-footer">
|
|
<div id="copyright" class="grid-footer container grid-lg">©
|
|
<span year></span>
|
|
<span class="text-error">♥</span>
|
|
<a href="https://yufan.me" target="_blank">且听书吟</a>
|
|
</div>
|
|
</footer>
|
|
</div>
|
|
|
|
</div>
|
|
<script>var copyrightNow = (new Date).getFullYear(), textContent = document.querySelector("span[year]"); copyrightSince = 2011, textContent.textContent = copyrightSince === copyrightNow ? copyrightNow : copyrightSince + " - " + copyrightNow;</script>
|
|
</body>
|
|
|
|
</html>
|