You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

90 lines
1.9 KiB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Page Not Found :(</title>
  6. <style>
  7. ::-moz-selection {
  8. background: #b3d4fc;
  9. text-shadow: none;
  10. }
  11. ::selection {
  12. background: #b3d4fc;
  13. text-shadow: none;
  14. }
  15. html {
  16. padding: 30px 10px;
  17. font-size: 20px;
  18. line-height: 1.4;
  19. color: #737373;
  20. background: #f0f0f0;
  21. -webkit-text-size-adjust: 100%;
  22. -ms-text-size-adjust: 100%;
  23. }
  24. html,
  25. input {
  26. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  27. }
  28. body {
  29. max-width: 500px;
  30. _width: 500px;
  31. padding: 30px 20px 50px;
  32. border: 1px solid #b3b3b3;
  33. border-radius: 4px;
  34. margin: 0 auto;
  35. box-shadow: 0 1px 10px #a7a7a7, inset 0 1px 0 #fff;
  36. background: #fcfcfc;
  37. }
  38. h1 {
  39. margin: 0 10px;
  40. font-size: 50px;
  41. text-align: center;
  42. }
  43. h1 span {
  44. color: #bbb;
  45. }
  46. h3 {
  47. margin: 1.5em 0 0.5em;
  48. }
  49. p {
  50. margin: 1em 0;
  51. }
  52. ul {
  53. padding: 0 0 0 40px;
  54. margin: 1em 0;
  55. }
  56. .container {
  57. max-width: 380px;
  58. _width: 380px;
  59. margin: 0 auto;
  60. }
  61. input::-moz-focus-inner {
  62. padding: 0;
  63. border: 0;
  64. }
  65. </style>
  66. </head>
  67. <body>
  68. <div class="container">
  69. <h1>Not found <span>:(</span></h1>
  70. <p>Sorry, but the page you were trying to view does not exist.</p>
  71. <p>It looks like this was the result of either:</p>
  72. <ul>
  73. <li>a mistyped address</li>
  74. <li>an out-of-date link</li>
  75. </ul>
  76. </div>
  77. </body>
  78. </html>