Improvement: Add frontend, Many more improvements and small bugfixes

Bump to version 0.1.0
This commit is contained in:
Filip Bednárik
2024-12-15 03:38:50 +01:00
parent 4e1f6be840
commit 32f90cfe84
21 changed files with 2746 additions and 181 deletions

6
templates/error.html Normal file

@ -0,0 +1,6 @@
{% extends 'base.html' %}
{% block content %}
<h1>Error</h1>
<p>{{ exception }}</p>
{% endblock %}