Ready for publish

This commit is contained in:
Andreas Thienemann 2022-02-26 17:26:21 +01:00
parent 99e222a4b5
commit 06e293b86a
9 changed files with 478 additions and 1 deletions

17
static/app.css Normal file
View file

@ -0,0 +1,17 @@
.jumbotron {
margin-top: 1em;
}
.parser-error {
color: red;
}
.parser-success {
color: green;
}
footer {
border-top: 1px solid black;
margin: 5em;
margin-top: 2em;
}