Fixed the footer + imrpoved the gramar and spelling

This commit is contained in:
2025-01-12 00:12:12 +01:00
parent 81e59b78b4
commit 170e9a7029
7 changed files with 63 additions and 57 deletions

View File

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