This commit is contained in:
maojindao55
2025-02-18 17:21:51 +08:00
parent f01449f978
commit fb69f2f6e4

12
404.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 Not Found</title>
</head>
<body>
<h1>404 - Page Not Found</h1>
<p>The page or resource you are looking for does not exist.</p>
</body>
</html>