Release 0.9.0

This commit is contained in:
2025-11-21 07:26:02 +01:00
committed by ecv
commit 472f0812e7
240 changed files with 20033 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
<header>
<div>
<span>Webinterface</span>
</div>
</header>
<aside>
{{ options_toggle }}
</aside>
<main>
<table>
<caption>
<span>consume</span>
</caption>
<thead>
<tr>
<th>Webserver Status</th>
</tr>
</thead>
<tbody>
{{ component_logged_in_users }}
</tbody>
</table>
<div class="dialog">
<div class="modal-content">
<p>this is the text inside the modal</p>
</div>
</div>
</main>