Added 404 error page.

This commit is contained in:
Cutieguwu
2025-05-31 21:55:35 -04:00
parent 48c3e289d5
commit dd3a9fe589
3 changed files with 93 additions and 9 deletions

View File

@@ -120,7 +120,16 @@
.main_pane {
padding: 1rem;
width: auto;
align-self: center;
background-color: rgba(0, 0, 0, 50%);
color: white;
float: right;
}
.error_pane {
padding: 1rem;
width: max-content;
align-self: center;
background-color: rgba(0, 0, 0, 50%);
color: white;
border-radius: 1cqh;
}