Added custom 404 page

Minor formatting fixes to .yml files
This commit is contained in:
Kenneth Skovhede
2024-04-30 14:01:41 +02:00
parent 9b43142df7
commit bab72c0bba
3 changed files with 51 additions and 49 deletions

6
overrides/404.html Normal file
View File

@@ -0,0 +1,6 @@
{% extends "main.html" %}
<!-- Content -->
{% block content %}
<h1>404 - Page not found</h1>
{% endblock %}