new 404 pages

This commit is contained in:
2025-11-26 15:20:29 +08:00
parent 7e0f45f3a7
commit 8d8e24e082
12 changed files with 475 additions and 1 deletions

13
docs/css/layout.css Normal file
View File

@@ -0,0 +1,13 @@
/* Global styles */
html,
body {
margin: 0;
padding: 0;
overflow: hidden;
}
/* Main styles */
#page {
height: 100vh;
overflow: hidden;
}