Update URL routes

This commit is contained in:
Tom Wiesing 2023-01-03 13:02:42 +01:00
parent dab7a5c4ae
commit b3039768af
No known key found for this signature in database
21 changed files with 152 additions and 96 deletions

View file

@ -63,4 +63,11 @@ footer {
.pure-button-xlarge {
font-size: 125%;
}
}
.error-message {
background-color: pink;
border: 1px solid red;
padding: 2px;
color: red;
}