not_found.html 340 B

123456789101112131415161718
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  2. <html>
  3. <head>
  4. <title>Not Found</title>
  5. <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  6. <link href="styles.css" rel="stylesheet">
  7. </head>
  8. <body>
  9. <h1>Page Not Found</h1>
  10. <p>The requested page was not found.</p>
  11. </body>
  12. </html>