mirror of
https://github.com/Xameren/Website.git
synced 2025-02-04 08:39:23 +01:00
Removed files, accidentally included in Website/assets/
This commit is contained in:
parent
164cf7a12d
commit
04a12e75e0
1 changed files with 0 additions and 67 deletions
|
@ -1,67 +0,0 @@
|
|||
<!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>
|
Loading…
Add table
Reference in a new issue