implement 404 page

This commit is contained in:
2023-08-06 15:10:13 +02:00
parent dc05908114
commit 9a0354dd7f
3 changed files with 33 additions and 2 deletions

12
styles/404.css Normal file
View File

@@ -0,0 +1,12 @@
main {
max-width: fit-content;
display: flex;
flex-direction: column;
align-items: center;
gap: 1rem;
margin: 0 auto;
}
main img {
width: min(70vw, 15rem);
}