<!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>
                <style>
                body { font-family: Arial, sans-serif; text-align: center; margin: 100px; }
                h1 { color: #333; }
                p { color: #666; }
                </style>
                </head>
                <body>
                <h1>404 - Not Found</h1>
                <p>The page you are looking for might be in another castle.</p>
                </body>
                </html>