start webui

This commit is contained in:
ra_ma
2025-06-20 18:59:25 +01:00
parent 5da6f7e95c
commit 222e8c99af
7 changed files with 107 additions and 9 deletions

8
templates/logs.html Normal file
View File

@@ -0,0 +1,8 @@
{% extends "base.html" %}
{% block content %}
<div class="tab-pane fade show active">
<h2>Error Logs</h2>
<p>Error logs content goes here.</p>
</div>
{% endblock %}