routing updated to be more variable and on demand

- calendar json file now generated on demand at download request
- device fingerprint route now added
This commit is contained in:
2020-05-24 13:26:41 +02:00
parent 98a78f2102
commit c9cbb53eea
42 changed files with 51 additions and 729 deletions

Binary file not shown.

View File

@ -227,6 +227,10 @@ body *
color: #333;
}
.grey {
background-color: #ddd;
}
.sub.container .name {
margin-right: 1rem;
}