initial commit. basic structure. untested.

This commit is contained in:
2023-11-15 20:29:18 +00:00
commit d6e9a110b4
23 changed files with 2222 additions and 0 deletions

9
data/css/style.css Normal file
View File

@@ -0,0 +1,9 @@
#header {
padding-top:20px;
}
.logo img {
width:200px;
}
input[type=number] {
width:200px;
}