webbed-site/templates/404.html
2024-09-13 20:20:08 -05:00

61 lines
No EOL
1.3 KiB
HTML

<html><head>
<meta charset="utf-8">
<title>bweh</title>
<style>
body {
font-family: var(--font-secondary);
font-size: var(--font-scale);
margin: auto;
padding: 20px;
max-width: var(--width);
text-align: left;
background-color: #222529;
word-wrap: break-word;
overflow-wrap: break-word;
line-height: 1.5;
color: #D6D6D6;;
}
h1 {
font-family: monospace;
font-size: 2.4rem;
}
h2 {
font-family: monospace;
font-size: 2.1rem;
}
h3, h5, h6 {
font-family: verdana, sans-serif;
font-size: 1rem;
font-weight: normal;
}
h4 {
font-family: verdana, sans-serif;
font-size: 0.55rem;
font-weight: normal;
}
a {
color: #e2afaf;
cursor: pointer;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head><body>
<div style="text-align: center; display: flex; flex-flow: column; justify-content: center; height: calc(100vh - 70px);">
<h1>404</h1>
<h2 id="mojis"></h2>
<h3>wuh-woh! looks like this page doesn't exist.<br>
let's go <a href="/"> back home</a>, shall we?</h3>
<h4>if you believe you've reached this page in error, feel free to <a href="mailto:mana@peachmoon.moe?subject=404 error">contact me</a>.</h4>
</div>
<script src="{{ get_url(path='js/moji.js', trailing_slash=false) | safe }}" defer></script>
</body>
</html>