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

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;
}