404.html 499B

123456789101112131415161718
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html>
  4. <head>
  5. <title>Error 404</title>
  6. <link rel="stylesheet" href="/css/error.css" />
  7. <meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
  8. </head>
  9. <body>
  10. <h1>Error 404</h1>
  11. <div id="content">
  12. <h2>Page Not Found</h2><p>Sorry, this is the void.</p>
  13. </div>
  14. <div id="footer">
  15. Powered by <a href="http://perldancer.org/">Dancer</a>.
  16. </div>
  17. </body>
  18. </html>