Website/404.html

67 lines
2.1 KiB
HTML
Raw Normal View History

2025-01-28 16:06:02 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 Not found</title>
<style>
body {
background-color: black;
color: white;
text-decoration: none;
}
.about {
margin: 20px 5%;
padding: 20px;
background-color: #0d0d0d8a;
border-radius: 15px;
text-align: left;
color: #e4e4e4;
text-align: center;
}
hr {
border: 1px solid #2f0000
}
pre {
line-height: 0.5; font-size: 12px;
}
</style>
</head>
<body>
<div class="about" aria-label="404 not found" aria-hidden=true>
<hr>
<pre>
__ __ _______ __ __ <br>
| | | | | _ | | | | | <br>
| |__| | | | | | | |__| | <br>
| | | | | | | | <br>
|_____ | | | | | |_____ | <br>
| | | | | | | | <br>
| | | |_| | | | <br>
|__| |_______| |__| <br>
</pre>
<pre>
____ __ ________ _______<br>
| \| | | __ | |_ _|<br>
| | | | | | | | | | <br>
| |\ | | | | | | | <br>
| | \ | | |__| | | | <br>
|__| \__| |________| |__| <br>
</pre>
<pre>
______ ________ __ __ ____ __ _____ <br>
| ____| | __ | | | | | | \| | | _ \ <br>
| |____ | | | | | | | | | | | | | | \ |<br>
| ____| | | | | | | | | | |\ | | | | |<br>
| | | |__| | | |__| | | | \ | | |_/ |<br>
|_| |________| |________| |__| \__| |_____/ <br>
</pre>
<hr>
</div>
<div class="about">
I either deleted it, or it just simply doesnt exist. <br><br>Either way, I think that you should go back to <a href="https://xameren.fsky.io/" style="text-decoration: none; color: rgb(196, 180, 240)">the homepage</a>
</div>
</body>
</html>