Small fixes

This commit is contained in:
2024-12-01 22:50:36 +01:00
parent dd566267f2
commit 40925092af
12 changed files with 264 additions and 260 deletions

View File

@@ -1,38 +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>
<!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>