error-pages/dist/411.html

70 lines
1.9 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Felix W. Dekker" />
<meta name="theme-color" content="#0033cc" />
<title>Length required | FWDekker</title>
<link rel="stylesheet" href="https://static.fwdekker.com/fonts/roboto/roboto.css" crossorigin="anonymous" />
<style>
* {
font-family: "Roboto", sans-serif;
}
a:link, a:visited, a:hover, a:active {
color: black;
}
html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
main {
display: flex;
flex-direction: column;
margin: 0 auto;
width: 50%;
min-width: 400px;
min-height: 100%;
}
#contents {
flex: 1;
margin: 5rem 0;
}
footer {
color: #606c76;
margin-bottom: 3rem;
}
</style>
</head>
<body>
<main>
<section id="contents">
<h1><a href="https://fwdekker.com/">FWDekker</a></h1>
<b>Length required</b> (411)<br /><br />
Sorry for the inconvenience.
You may want to try going to <a href="https://fwdekker.com/">this website's homepage</a>.
</section>
<footer>
Made by <a href="https://fwdekker.com/">F.W.&nbsp;Dekker</a><span>.
Licensed under the
<a href="https://git.fwdekker.com/FWDekker/error-pages/src/branch/master/LICENSE">MIT License</a>.
Source code available on </span><a href="https://git.fwdekker.com/FWDekker/error-pages/">git</a>.
Consider reading the <a href="https://fwdekker.com/privacy/">privacy policy</a>.
<div style="float: right;">v1.2.2</div>
</footer>
</main>
</body>
</html>