Add error message if loading fails

This commit is contained in:
2020-06-01 15:51:55 +02:00
parent 053eb38cd2
commit be3a400512
3 changed files with 24 additions and 7 deletions

View File

@@ -40,6 +40,11 @@
color: #88c9db;
}
.error-message {
color: red;
}
footer {
padding: 2rem;
}