Add subdirectory handling for zelda3, factorio, and minecraft. Add generic 404 page.

This commit is contained in:
Chris Wilson
2021-06-14 19:35:02 -04:00
parent 59a56c803a
commit 0ca90ee7e8
6 changed files with 95 additions and 10 deletions

View File

@@ -0,0 +1,10 @@
#page-not-found{
width: 40em;
margin-left: auto;
margin-right: auto;
text-align: center;
}
#page-not-found h1{
margin-bottom: 0.5rem;
}