added Stufff

This commit is contained in:
2025-06-23 16:52:42 +02:00
parent f1fe4aa05a
commit d9b50ac103
18 changed files with 564 additions and 266 deletions

9
templates/error.html Normal file
View File

@@ -0,0 +1,9 @@
{% extends "base.html" %}
{% block content %}
<div class="error">
<i class="fas fa-triangle-exclamation"></i>
<h1>Error {{error_code}}</h1>
<strong>{{error_message}}</strong>
</div>
{% endblock %}