Added a guide, updated the website in general

This commit is contained in:
2024-11-26 22:47:33 +01:00
parent 569b2c68fd
commit b80488e40c
70 changed files with 343 additions and 1492 deletions

38
errors/401.html Normal file
View File

@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html>
<head>
<title>401</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>
401 - Unauthorized
<br>
<a href="../index.html">Go home!</a>
</div>
</body>
</html>