index2.html added

Includes storage feature.  Needs tidying up and some changes yet
This commit is contained in:
M0WID 2020-09-03 23:00:22 +01:00
parent 994a26740d
commit 78becf0d64
2 changed files with 1249 additions and 0 deletions

1241
data/index2.html Normal file

File diff suppressed because it is too large Load Diff

View File

@ -144,6 +144,14 @@ input[type="number"] {
display: inline-block; display: inline-block;
} }
.checkbox-input {
border: solid 1px grey;
text-align: right;
width: 12px;
display: inline-block;
}
.select-input { .select-input {
border: solid 1px grey; border: solid 1px grey;
text-align: right; text-align: right;