Big update, finished the blog, added the feeds

This commit is contained in:
2025-05-24 17:23:40 +02:00
parent b17d059d12
commit be8c61916c
28 changed files with 423 additions and 16 deletions

21
assets/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>403</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>