neocities_404_page.html 321 B

12345678910111213141516
  1. <html>
  2. <head>
  3. <title>Page Not Found</title>
  4. <style>
  5. body {
  6. font-family: Arial, Helvetica, sans-serif;
  7. }
  8. </style>
  9. </head>
  10. <body>
  11. <center>
  12. <h1>Page Not Found</h1>
  13. <h2>The requested web page was not found on this site.</h2>
  14. </center>
  15. </body>
  16. </html>