First web gui prototype

This commit is contained in:
2024-04-09 10:26:32 +02:00
parent 0b534fa727
commit 793eda4bc4
39 changed files with 6760 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
body {
font-family: "Noto Sans", "Bitstream Vera Sans", Arial, sans;
}
h1 {
color: #444;
}
@media print {
footer {
display : none;
}
.noPrint {
display : none;
}
}