You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
102 lines
3.2 KiB
HTML
102 lines
3.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>404 | Hans362 's Blog</title>
|
|
<link rel="shortcut icon" type="image/x-icon" href="https://hans362-img.oss.0vv0.top/favicon-32x32.png">
|
|
<meta name="renderer" content="webkit">
|
|
<meta name="force-rendering" content="webkit">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
|
|
<meta name="HandheldFriendly" content="True">
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1">
|
|
<style>
|
|
.container {
|
|
margin: 0;
|
|
font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans','Droid Sans','Helvetica Neue',sans-serif;
|
|
cursor: default;
|
|
user-select: none;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-rendering: optimizeLegibility;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding: 0 20px
|
|
}
|
|
|
|
.main {
|
|
height: 100%;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-box-align: center;
|
|
flex-direction: column
|
|
}
|
|
|
|
section {
|
|
display: flex;
|
|
justify-content: center;
|
|
-webkit-box-align: center;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
height: 40px;
|
|
flex-direction: row
|
|
}
|
|
|
|
.code {
|
|
font-size: 28px;
|
|
font-weight: 500;
|
|
display: block;
|
|
text-align: center;
|
|
width: 200px;
|
|
border-bottom: 0;
|
|
border-right: 1px solid #eaeaea;
|
|
padding: 0 20px 0 20px;
|
|
width: auto;
|
|
height: 100%;
|
|
line-height: 40px
|
|
}
|
|
|
|
.msg {
|
|
margin: 20px 0 0 0;
|
|
height: 100%;
|
|
line-height: 40px;
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
margin: 0;
|
|
padding-left: 20px
|
|
}
|
|
|
|
main {
|
|
text-align: center
|
|
}
|
|
|
|
a {
|
|
color: #999;
|
|
text-decoration: none
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<div class="main">
|
|
<section>
|
|
<span class="code">404</span>
|
|
<p class="msg">Not Found</p>
|
|
</section>
|
|
<main>
|
|
<p>The resource you are accessing does not exist or has been deleted.</p>
|
|
<p>
|
|
<a href="/">← back to home</a>
|
|
</p>
|
|
</main>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|