not_found.html 781 B

1234567891011121314
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Not Found</title>
  6. <link href="/style.css" rel="stylesheet" type="text/css" media="all">
  7. </head>
  8. <body>
  9. <h1>This is a Custom Not Found Page</h1>
  10. <p>I would make this more interesting, but I need to spend more time on the page.</p>
  11. <p>Oh, man, imagine that, though. Custom 404 pages, pimping that business with the plush seats and the stereo and everything. Damn. Makes the watermills of my mind rumble a little more, or whatever other mechanical action they use to convert motion into energy.</p>
  12. <p><a href="https://frogesay.neocities.org">Back to home</a>. If you <em>really</em> still want to go there, after embarrassing both me and yourself with this dead link.</p>
  13. </body>
  14. </html>