Initial Commit

This commit is contained in:
2023-11-02 09:04:40 +01:00
commit 02d95f34e2
18 changed files with 274 additions and 0 deletions

7
templates/404.html Normal file
View File

@ -0,0 +1,7 @@
{% extends "base.html" %}
{% block main %}
<h1>404</h1>
<p>The page you requested has not been found in this website.</p>
{% endblock %}