initial commit

This commit is contained in:
2025-09-16 09:25:23 +02:00
commit 0746cc4296
43 changed files with 13336 additions and 0 deletions

6
templates/error.html Normal file
View File

@@ -0,0 +1,6 @@
{% extends '_base.html' %} {% block content %}
<h2>Error</h2>
<div class="lcars-frame">
<pre>{{ error }}</pre>
</div>
{% endblock %}