Improved error handling

This commit is contained in:
video-prize-ranch
2022-09-13 16:31:55 -04:00
parent 1263e66f45
commit 5944b7253d
7 changed files with 68 additions and 5 deletions

24
static/css/error.css Normal file
View File

@@ -0,0 +1,24 @@
h2, p {
text-align: center;
}
h2 {
margin-bottom: 0;
}
main {
display: flex;
align-items: center;
flex-direction: column;
}
code {
display: block;
padding: 0.5em;
background-color: #383838;
width: 50%;
margin: 0.5em auto;
word-wrap: break-word;
border-radius: 4px;
font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
}