custom error page support

This commit is contained in:
Naman Sood 2021-02-17 00:57:16 -05:00
parent 8afaaa10d2
commit 2cf6d91ff5
5 changed files with 139 additions and 0 deletions

11
styles/error.css Normal file
View 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;
}