[HTML] Professional 404 Error Page


SUBMITTED BY: eddysix

DATE: March 13, 2017, 8:17 a.m.

FORMAT: HTML

SIZE: 2.1 kB

HITS: 523

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  3. <head>
  4. <title>404 - Page Not Found</title>
  5. <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
  6. <meta name="robots" content="noarchive" />
  7. <link rel="shortcut icon" href="http://cdn1.editmysite.com/developer/none.ico" />
  8. <style type="text/css">
  9. body {
  10. background: url(http://cdn1.editmysite.com/images/404background.jpg);
  11. font-family: Helvetica, arial, sans-serif;
  12. color: #ccc;
  13. }
  14. .alert-container {
  15. background: url(http://cdn1.editmysite.com/images/404_textbox.png);
  16. width: 918px;
  17. height: 142px;
  18. margin: 82px auto 0px;
  19. }
  20. .alert-inner {
  21. padding: 24px 0px 0px 209px;
  22. }
  23. .alert-heading {
  24. font-size: 50px;
  25. font-weight: bold;
  26. line-height: 50px;
  27. }
  28. .alert-subheading {
  29. margin-top: 8px;
  30. font-size: 28px;
  31. line-height: 28px;
  32. }
  33. .redirect {
  34. width: 918px;
  35. margin: 24px auto 0px;
  36. font-size: 14px;
  37. line-height: 14px;
  38. text-align: center;
  39. }
  40. .redirect a {
  41. color: #ffb300;
  42. text-decoration: none;
  43. }
  44. </style>
  45. </head>
  46. <body>
  47. <div class="alert-container">
  48. <div class="alert-inner">
  49. <div class="alert-heading">404 - Page Not Found</div>
  50. <div class="alert-subheading">Sorry, the page you are looking for does not exist</div>
  51. </div>
  52. </div>
  53. <div class="redirect">Please check the URL. Otherwise, <a href='/'>click here</a> to be redirected to the homepage.</div>
  54. </body>
  55. </html>

comments powered by Disqus