Manual mode

Signed-off-by: Thomas Klaehn <tkl@blackfinn.de>
This commit is contained in:
2025-08-14 08:55:02 +02:00
parent 6a9a42adc6
commit 8f0fd525d9
26 changed files with 1283 additions and 384 deletions

14
webui/css/style.css Normal file
View File

@@ -0,0 +1,14 @@
html, body {
height: 100%;
}
html {
display: table;
margin: auto;
font-family: Arial, Helvetica, sans-serif;
}
body {
display: table-cell;
vertical-align: middle;
}