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.
 
 
 
 

158 lines
4.4 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. /* google search */
  62. #goog-fixurl ul {
  63. list-style: none;
  64. padding: 0;
  65. margin: 0;
  66. }
  67. #goog-fixurl form {
  68. margin: 0;
  69. }
  70. #goog-wm-qt,
  71. #goog-wm-sb {
  72. border: 1px solid #bbb;
  73. font-size: 16px;
  74. line-height: normal;
  75. vertical-align: top;
  76. color: #444;
  77. border-radius: 2px;
  78. }
  79. #goog-wm-qt {
  80. width: 220px;
  81. height: 20px;
  82. padding: 5px;
  83. margin: 5px 10px 0 0;
  84. box-shadow: inset 0 1px 1px #ccc;
  85. }
  86. #goog-wm-sb {
  87. display: inline-block;
  88. height: 32px;
  89. padding: 0 10px;
  90. margin: 5px 0 0;
  91. white-space: nowrap;
  92. cursor: pointer;
  93. background-color: #f5f5f5;
  94. background-image: -webkit-linear-gradient(rgba(255,255,255,0), #f1f1f1);
  95. background-image: -moz-linear-gradient(rgba(255,255,255,0), #f1f1f1);
  96. background-image: -ms-linear-gradient(rgba(255,255,255,0), #f1f1f1);
  97. background-image: -o-linear-gradient(rgba(255,255,255,0), #f1f1f1);
  98. -webkit-appearance: none;
  99. -moz-appearance: none;
  100. appearance: none;
  101. *overflow: visible;
  102. *display: inline;
  103. *zoom: 1;
  104. }
  105. #goog-wm-sb:hover,
  106. #goog-wm-sb:focus {
  107. border-color: #aaa;
  108. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  109. background-color: #f8f8f8;
  110. }
  111. #goog-wm-qt:hover,
  112. #goog-wm-qt:focus {
  113. border-color: #105cb6;
  114. outline: 0;
  115. color: #222;
  116. }
  117. input::-moz-focus-inner {
  118. padding: 0;
  119. border: 0;
  120. }
  121. </style>
  122. </head>
  123. <body>
  124. <div class="container">
  125. <h1>Not found <span>:(</span></h1>
  126. <p>Sorry, but the page you were trying to view does not exist.</p>
  127. <p>It looks like this was the result of either:</p>
  128. <ul>
  129. <li>a mistyped address</li>
  130. <li>an out-of-date link</li>
  131. </ul>
  132. <script>
  133. var GOOG_FIXURL_LANG = (navigator.language || '').slice(0,2),GOOG_FIXURL_SITE = location.host;
  134. </script>
  135. <script src="http://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script>
  136. </div>
  137. </body>
  138. </html>