first commit

This commit is contained in:
root
2023-06-22 15:30:22 +02:00
commit 4d9979354c
3294 changed files with 445677 additions and 0 deletions

11
web/templates/state.html Normal file
View File

@@ -0,0 +1,11 @@
{% include 'base.html' %}
{% block main %}
<div class="qard">
{{ state_all | safe }}
</div>
{% endblock %}
{% block second %}
{% endblock %}
{% include 'foot.html' %}