2020-05-25 09:10:03 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2020-07-16 19:59:05 +00:00
|
|
|
<head>
|
2020-05-25 09:10:03 +00:00
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
<meta
|
2020-07-16 19:59:05 +00:00
|
|
|
name="viewport"
|
|
|
|
content="width=device-width, initial-scale=1, shrink-to-fit=no"
|
2020-05-25 09:10:03 +00:00
|
|
|
/>
|
|
|
|
<meta name="robots" content="noindex, nofollow" />
|
|
|
|
|
2020-07-16 20:38:54 +00:00
|
|
|
<title>Oops! You're lost</title>
|
2020-05-25 09:10:03 +00:00
|
|
|
|
|
|
|
<style>
|
2020-07-16 19:59:05 +00:00
|
|
|
html,
|
|
|
|
body {
|
|
|
|
height: 100%;
|
|
|
|
min-height: 100%;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2020-05-25 09:10:03 +00:00
|
|
|
|
2020-07-16 19:59:05 +00:00
|
|
|
body {
|
|
|
|
cursor: default;
|
|
|
|
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI",
|
|
|
|
Roboto, "Helvetica Neue", Arial, sans-serif;
|
|
|
|
font-size: 1rem;
|
|
|
|
font-weight: normal;
|
|
|
|
line-height: 1.5;
|
|
|
|
color: #383e4b;
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
}
|
2020-05-25 09:10:03 +00:00
|
|
|
|
2020-07-16 19:59:05 +00:00
|
|
|
h1 {
|
|
|
|
font-size: 4.5rem;
|
|
|
|
font-weight: 300;
|
|
|
|
margin: 0 1.5rem 0 0;
|
|
|
|
}
|
|
|
|
h4 {
|
|
|
|
font-size: 1.5rem;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2020-05-25 09:10:03 +00:00
|
|
|
|
2020-07-16 19:59:05 +00:00
|
|
|
p {
|
|
|
|
font-weight: 500;
|
|
|
|
line-height: 1;
|
|
|
|
color: #9da0a8;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2020-05-25 09:10:03 +00:00
|
|
|
|
2020-07-16 19:59:05 +00:00
|
|
|
.container {
|
|
|
|
display: flex;
|
|
|
|
margin: 0;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
box-sizing: border-box;
|
|
|
|
height: 100%;
|
|
|
|
min-width: 380px;
|
|
|
|
}
|
2020-05-25 09:10:03 +00:00
|
|
|
|
2020-07-16 19:59:05 +00:00
|
|
|
.no-wrap {
|
|
|
|
flex-shrink: 0;
|
|
|
|
}
|
2020-05-25 09:10:03 +00:00
|
|
|
</style>
|
2020-07-16 19:59:05 +00:00
|
|
|
</head>
|
2020-05-25 09:10:03 +00:00
|
|
|
|
2020-07-16 19:59:05 +00:00
|
|
|
<body>
|
|
|
|
<div class="container">
|
|
|
|
<div>
|
|
|
|
<h1><!--# echo var="status" default="" --></h1>
|
|
|
|
</div>
|
|
|
|
<div class="no-wrap">
|
|
|
|
<h4>Oops! You're lost.</h4>
|
|
|
|
<p><!--# echo var="status_text" default="Something goes wrong" --></p>
|
|
|
|
</div>
|
2020-05-25 09:10:03 +00:00
|
|
|
</div>
|
2020-07-16 19:59:05 +00:00
|
|
|
</body>
|
2020-05-25 09:10:03 +00:00
|
|
|
</html>
|