Add error.css

This commit is contained in:
Wirlaburla 2023-05-10 16:14:57 -05:00
parent e6f7e70ea7
commit 80ae2de25d

9
css/error.css Normal file
View File

@ -0,0 +1,9 @@
body > p, body > h1 {
text-align: center;
}
body > img {
display: block;
max-height: 512px;
margin: auto;
}