Initial commit

This commit is contained in:
2024-02-11 21:51:59 +00:00
commit 817296e4f9
19 changed files with 2029 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;
}