Template
1
0

Added the new response style and 404 page

This commit is contained in:
2025-07-04 20:02:56 +03:00
parent 8097796af4
commit 0d87542196
6 changed files with 34 additions and 48 deletions

15
www/error.html Normal file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
</head>
<body>
<h1>404 NOT FOUND</h1>
<p>We could not find the requested page! Sorry ~_~ </p>
</body>
</html>