Initial commit

Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
This commit is contained in:
Thomas Klaehn
2025-09-10 08:39:58 +02:00
commit 35bbcd7a6d
16 changed files with 944 additions and 0 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;
}