feat: 404 page

This commit is contained in:
2025-04-07 17:06:08 +03:00
parent e6ab12f957
commit 7c6f21081f
3 changed files with 46 additions and 4 deletions

View File

@@ -0,0 +1,9 @@
@reference "../index.scss";
#container {
@apply flex h-screen w-full flex-col items-center justify-center;
}
#main_container {
@apply flex flex-col items-center gap-8;
}