inital commit

This commit is contained in:
2025-11-24 20:02:24 +01:00
parent bf5cea3fb1
commit 407a7168a9
8 changed files with 2808 additions and 0 deletions

11
main.css Normal file
View File

@@ -0,0 +1,11 @@
.disabled {
background: #111111;
}
.checked {
background: #227722;
}
.bold {
font-weight: bold;
}