Datenverlust-Counter hinzugefügt

This commit is contained in:
2025-12-13 12:54:43 +01:00
parent 59dd267659
commit 2dcc389f4b
3 changed files with 33 additions and 0 deletions
+5
View File
@@ -17,6 +17,9 @@
crossorigin="anonymous">
</script>
<script src="/static/js/main.js"></script>
<script>
</script>
</head>
<body>
<a href="/docs/impressum.html">Impressum</a>
@@ -25,6 +28,8 @@
<div class="htmx-indicator loading"></div>
<h1>Kontrollverlust</h1>
<span>Verbuggte scheise hier. Komm hack mich doch, trau dich!</span>
<div id="uptime-counter"></div>
<div hx-get="/header" hx-trigger="load"></div>
{% block content %}{% endblock %}
</body>