Add database script and basic frontend HTML/CSS

This commit is contained in:
2020-05-13 00:44:10 +02:00
parent a2c00d9377
commit ded3e330e8
4 changed files with 127 additions and 0 deletions

4
static/style.css Normal file
View File

@@ -0,0 +1,4 @@
* {
font-family: Roboto, Mono;
font-size: 14px;
}