let there be light

This commit is contained in:
Jurgis Sakalauskas
2026-04-28 11:48:29 +03:00
commit beb1294d86
15 changed files with 966 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{% extends "base.html" %}
{% block content %}
<div class="error">
<p>{{ message }}</p>
<a class="page-btn" href="{{ url_for('index') }}">Back</a>
</div>
{% endblock %}