first commit

This commit is contained in:
2022-07-29 16:51:58 +02:00
parent 1463dca012
commit a457f355d1
19 changed files with 669 additions and 0 deletions

9
src/templates/error.html Normal file
View File

@@ -0,0 +1,9 @@
{% extends "template.html" %}
{% block content %}
<div class="container">
<div class="important">
Error<br>
<span>{{ errorcode }}</span>
</div>
</div>
{% endblock %}