53 lines
1.5 KiB
HTML
53 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Page Not Found :(</title>
|
|
<style>
|
|
html {
|
|
padding: 50px 10px;
|
|
font-size: 20px;
|
|
line-height: 1.4;
|
|
color: #666;
|
|
background: #F6F6F3;
|
|
-webkit-text-size-adjust: 100%;
|
|
-ms-text-size-adjust: 100%;
|
|
}
|
|
|
|
html,
|
|
input { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
|
|
body {
|
|
max-width: 500px;
|
|
_width: 500px;
|
|
padding: 30px 20px 50px;
|
|
margin: 0 auto;
|
|
background: #FFF;
|
|
}
|
|
h1 {
|
|
font-size: 50px;
|
|
text-align: center;
|
|
}
|
|
h1 span { color: #bbb; }
|
|
ul {
|
|
padding: 0 0 0 40px;
|
|
}
|
|
.container {
|
|
max-width: 380px;
|
|
_width: 380px;
|
|
margin: 0 auto;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<h1>Not found <span>:(</span></h1>
|
|
<p>Sorry, but the page you were trying to view does not exist.</p>
|
|
<p>It looks like this was the result of either:</p>
|
|
<ul>
|
|
<li>a mistyped address</li>
|
|
<li>an out-of-date link</li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|