not_found.html 347 B

1234567891011121314
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>Not Found</title>
  7. <link href="/style.css" rel="stylesheet" type="text/css" media="all">
  8. </head>
  9. <body>
  10. <h1>Page Not Found</h1>
  11. <p>The requested page was not found.</p>
  12. </body>
  13. </html>