added 404 page + prepared for production setup
This commit is contained in:
@ -77,6 +77,12 @@ footer .sep {
|
||||
height: 1em;
|
||||
}
|
||||
|
||||
footer .debug {
|
||||
margin-right: auto;
|
||||
font-style: italic;
|
||||
color: #ffb33d;
|
||||
}
|
||||
|
||||
main {
|
||||
flex-grow: 1;
|
||||
display: flex;
|
||||
|
20
dispatcher/static/error.css
Normal file
20
dispatcher/static/error.css
Normal file
@ -0,0 +1,20 @@
|
||||
.wrapper {
|
||||
margin: auto;
|
||||
max-width: 25em;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 2em;
|
||||
}
|
||||
|
||||
.desc {
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
.url {
|
||||
font-family: monospace;
|
||||
background-color: rgba(255, 255, 255, 0.11);
|
||||
padding: 0.1em 0.4em;
|
||||
border-radius: 4px;
|
||||
}
|
Reference in New Issue
Block a user