Added a guide, updated the website in general
This commit is contained in:
38
errors/404.html
Normal file
38
errors/404.html
Normal file
@@ -0,0 +1,38 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>404</title>
|
||||
<link rel="icon" href="favicon.png">
|
||||
<style>
|
||||
body {
|
||||
background-color: #000;
|
||||
}
|
||||
.ascii {
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
font-family: monospace;
|
||||
white-space: pre;
|
||||
color: #a57ae9;
|
||||
top 50%;
|
||||
}
|
||||
.text {
|
||||
font-family: monospace;
|
||||
color: #a57ae9;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="ascii"> <center>
|
||||
_ _ ___ _ _
|
||||
| || | / _ \| || |
|
||||
| || |_| | | | || |_
|
||||
|__ _| |_| |__ _|
|
||||
|_| \___/ |_|
|
||||
</div>
|
||||
<div class="text"> <center>
|
||||
404 - Not Found
|
||||
<br>
|
||||
<a href="../index.html">Go home!</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user