404.html 195 Bytes
<html>
    <head>
        <title>Page not found</title>
    </head>
    <body>
        <h1>Page not found</h1>
        <p>Sorry, but the requested page could not be found.</p>
    </body>
</html>