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>

38
errors/403.html Normal file
View File

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

38
errors/404.html Normal file
View 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>

38
errors/500.html Normal file
View File

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

38
errors/502.html Normal file
View File

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

BIN
errors/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

3
errors/hi.txt Normal file
View File

@@ -0,0 +1,3 @@
uhh hi! as you can see my error thingy is far from being done. This is just a temporay file to let you know if you for whatever reason are here.
have a good day/night

17
errors/style.css Normal file
View File

@@ -0,0 +1,17 @@
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;
}