/SampleApplication/ColdBox3/includes/templates/404.html

http://github.com/bobsilverberg/ValidateThisColdBoxPlugin · HTML · 30 lines · 27 code · 3 blank · 0 comment · 0 complexity · 603431d2e20001b407b0af875747f2df MD5 · raw file

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5. <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
  6. <title>The page you requested does not exist</title>
  7. <style type="text/css">
  8. body { background-color: #fff; text-align: center; font-family: arial, sans-serif; }
  9. div.infobox {
  10. width: 30em;
  11. padding: 0 4em;
  12. margin: 4em auto 0 auto;
  13. border: 1px solid #ccc;
  14. border-right-color: #999;
  15. border-bottom-color: #999;
  16. background-color: #FFFFF0;
  17. }
  18. h1 { font-size: 100%; font-weight: bold; color: #000; line-height: 1.5em; }
  19. </style>
  20. </head>
  21. <body>
  22. <div class="infobox">
  23. <h1>The page you requested does not exist.</h1>
  24. <p>You may have mistyped the address or the page may have moved. Please check your address again.</p>
  25. </div>
  26. </body>
  27. </html>