webbed-site/404.html

62 lines
1.3 KiB
HTML
Raw Permalink Normal View History

2024-09-26 12:47:17 -05:00
<!DOCTYPE html>
2024-09-13 20:20:08 -05:00
<html><head>
2024-02-27 07:28:33 -06:00
<meta charset="utf-8">
2024-07-07 08:27:18 -05:00
<title>bweh</title>
2024-02-27 07:28:33 -06:00
<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;
2024-07-07 08:27:18 -05:00
font-size: 2.1rem;
2024-02-27 07:28:33 -06:00
}
2024-07-07 08:27:18 -05:00
h3, h5, h6 {
2024-02-27 07:28:33 -06:00
font-family: verdana, sans-serif;
font-size: 1rem;
font-weight: normal;
}
2024-07-07 08:27:18 -05:00
h4 {
font-family: verdana, sans-serif;
font-size: 0.55rem;
font-weight: normal;
}
2024-02-27 07:28:33 -06:00
a {
color: #e2afaf;
cursor: pointer;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
2024-09-13 20:20:08 -05:00
</head><body>
2024-02-27 07:28:33 -06:00
<div style="text-align: center; display: flex; flex-flow: column; justify-content: center; height: calc(100vh - 70px);">
<h1>404</h1>
2024-09-13 20:20:08 -05:00
<h2 id="mojis"></h2>
2024-07-07 08:27:18 -05:00
<h3>wuh-woh! looks like this page doesn't exist.<br>
2024-02-27 07:28:33 -06:00
let's go <a href="/"> back home</a>, shall we?</h3>
2024-07-07 08:27:18 -05:00
<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>
2024-09-13 20:20:08 -05:00
</div>
2025-01-09 11:04:48 -06:00
<script src="/js/moji.js" defer></script>
2024-09-13 20:20:08 -05:00
</body>
</html>