feat: enhance logging and error handling, update HTML templates, and add footer

This commit is contained in:
2026-01-25 11:07:44 +01:00
parent f403b6549d
commit bb8bbf8a24
12 changed files with 295 additions and 169 deletions

View File

@@ -24,17 +24,7 @@
</div>
</div>
<footer class="powered-by" style="display: flex; align-items: center">
<span style="flex: 1"></span>
<span>Powered by: <img src="/logo.png" alt="ICSBox" class="footer-logo" /></span>
<span style="flex: 1; text-align: right">
<a href="/stats" style="
color: var(--text-secondary);
font-size: 0.8em;
text-decoration: none;
">📊 Stats</a>
</span>
</footer>
{{FOOTER}}
</body>
</html>