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

10
web/templates/host.html Normal file
View File

@@ -0,0 +1,10 @@
{% include 'base.html' %}
{% block main %}
<div class="qard">
<h5>{{ hostname | safe }}</h5>
<div class="space"></div>
{{ hostlist | safe }}
</div>
{% endblock %}
{% include 'foot.html' %}