62 lines
No EOL
1.3 KiB
HTML
62 lines
No EOL
1.3 KiB
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;
|
|
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: 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>
|
|
<div style="text-align: center; display: flex; flex-flow: column; justify-content: center; height: calc(100vh - 70px);">
|
|
<h1>404</h1>
|
|
<h2>(ノ・∀・)ノ︵ ┻━┻</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> |