<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>The page you were looking for doesn't exist (404)</title>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<meta name="robots" content="noindex, nofollow">
|
|
|
|
|
|
<style>
|
|
body {
|
|
background-color: #F0B902;
|
|
color: #000;
|
|
text-align: center;
|
|
font-family: system-ui, sans-serif;
|
|
margin: 0;
|
|
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
body {
|
|
min-height: 100vh;
|
|
min-height: 100svh;
|
|
}
|
|
|
|
h2 {
|
|
margin: 0;
|
|
font-size: 400px;
|
|
line-height: 1;
|
|
position: absolute;
|
|
top: -0.4em;
|
|
left: -0.08em;
|
|
opacity: 0.4;
|
|
font-weight: 700;
|
|
}
|
|
|
|
h1 {
|
|
margin: 0;
|
|
font-size: 2em;
|
|
font-weight: 300;
|
|
}
|
|
|
|
p {
|
|
margin: 1em 0;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<h2>404</h2>
|
|
<h1>The page you were looking for doesn't exist.</h1>
|
|
<p>You may have mistyped the address or the page may have moved.</p>
|
|
</div>
|
|
</body>
|
|
</html>
|