Add webinterface

This commit is contained in:
Bolke de Bruin
2025-09-25 15:33:46 +02:00
parent 86c277cea4
commit 21a88d2dea
11 changed files with 1544 additions and 4 deletions

10
assets/icon.svg Normal file
View File

@@ -0,0 +1,10 @@
<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<!-- White background circle -->
<circle cx="50" cy="50" r="45" fill="white"/>
<!-- Black circular outline -->
<circle cx="50" cy="50" r="45" fill="none" stroke="black" stroke-width="4"/>
<!-- Bold black R -->
<text x="50" y="68" text-anchor="middle" font-family="Georgia, serif" font-size="58" font-weight="bold" fill="black" style="font-style: italic;">R</text>
</svg>

After

Width:  |  Height:  |  Size: 485 B