custom error page support
This commit is contained in:
parent
8afaaa10d2
commit
2cf6d91ff5
5 changed files with 139 additions and 0 deletions
11
styles/error.css
Normal file
11
styles/error.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
body {
|
||||
font-family: monospace;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
margin: 0;
|
||||
min-height: 100vh;
|
||||
font-size: 20px;
|
||||
text-align: center;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue