webbed-site/templates/404.html

55 lines
1.1 KiB
HTML
Raw Normal View History

2024-02-27 07:28:33 -06:00
<head>
<meta charset="utf-8">
<title>404</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;
bgUrl: url(https://i.ibb.co/LzrFBFJ/tileDark.webp) repeat;
linkColor: #e2afaf;
hovColor: #E2AEA2;
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: 2rem;
}
h3, h4, h5, h6 {
font-family: verdana, sans-serif;
font-size: 1rem;
font-weight: normal;
}
a {
color: #e2afaf;
cursor: pointer;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<div style="text-align: center; display: flex; flex-flow: column; justify-content: center; height: calc(100vh - 70px);">
<h1>404</h1>
<h2>꒰ノಠωಠ꒱ノ︵ ┻━┻</h2>
<h3>hoo boy...looks like this page doesn't exist.<br>
let's go <a href="/"> back home</a>, shall we?</h3>
</div>