rewrite to xhtml made by zayd

This commit is contained in:
2025-03-28 17:42:54 +01:00
parent e8dbc69baa
commit 8713c2badd
23 changed files with 562 additions and 734 deletions

View File

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

21
errors/401.xhtml Normal file
View File

@@ -0,0 +1,21 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>401</title>
<link rel="icon" href="/favicon.png" />
<link rel="stylesheet" href="/assets/css/style.css" />
</head>
<body>
<div class="error">
_ _ ___ _
| || | / _ \/ |
| || |_| | | | |
|__ _| |_| | |
|_| \___/|_|
401 - Unauthorized
<a href="/index.xhtml">Go home!</a>
</div>
</body>
</html>

View File

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

21
errors/403.xhtml Normal file
View File

@@ -0,0 +1,21 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>401</title>
<link rel="icon" href="/favicon.png" />
<link rel="stylesheet" href="/assets/css/style.css" />
</head>
<body>
<div class="error">
_ _ ___ _____
| || | / _ \___ /
| || |_| | | ||_ \
|__ _| |_| |__) |
|_| \___/____/
403 - Forbidden
<a href="/index.xhtml">Go home!</a>
</div>
</body>
</html>

View File

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

21
errors/404.xhtml Normal file
View File

@@ -0,0 +1,21 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>401</title>
<link rel="icon" href="/favicon.png" />
<link rel="stylesheet" href="/assets/css/style.css" />
</head>
<body>
<div class="error">
_ _ ___ _ _
| || | / _ \| || |
| || |_| | | | || |_
|__ _| |_| |__ _|
|_| \___/ |_|
404 - Not Found
<a href="/index.xhtml">Go home!</a>
</div>
</body>
</html>

View File

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

21
errors/500.xhtml Normal file
View File

@@ -0,0 +1,21 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>401</title>
<link rel="icon" href="/favicon.png" />
<link rel="stylesheet" href="/assets/css/style.css" />
</head>
<body>
<div class="error">
_ _ ___ _____
| || | / _ \___ /
| || |_| | | ||_ \
|__ _| |_| |__) |
|_| \___/____/
500 - Internal Server Error
<a href="/index.xhtml">Go home!</a>
</div>
</body>
</html>

View File

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

21
errors/502.xhtml Normal file
View File

@@ -0,0 +1,21 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>401</title>
<link rel="icon" href="/favicon.png" />
<link rel="stylesheet" href="/assets/css/style.css" />
</head>
<body>
<div class="error">
____ ___ ____
| ___| / _ \___ \
|___ \| | | |__) |
___) | |_| / __/
|____/ \___/_____|
502 - Bad gateway
<a href="/index.xhtml">Go home!</a>
</div>
</body>
</html>