404.html 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Page Not Found :(</title>
  6. <style>
  7. body { text-align: center;}
  8. h1 { font-size: 50px; text-align: center }
  9. span[frown] { transform: rotate(90deg); display:inline-block; color: #bbb; }
  10. body { font: 20px Constantia, 'Hoefler Text', "Adobe Caslon Pro", Baskerville, Georgia, Times, serif; color: #999; text-shadow: 2px 2px 2px rgba(200, 200, 200, 0.5); }
  11. ::-moz-selection{ background:#FF5E99; color:#fff; }
  12. ::selection { background:#FF5E99; color:#fff; }
  13. article {display:block; text-align: left; width: 500px; margin: 0 auto; }
  14. a { color: rgb(36, 109, 56); text-decoration:none; }
  15. a:hover { color: rgb(96, 73, 141) ; text-shadow: 2px 2px 2px rgba(36, 109, 56, 0.5); }
  16. </style>
  17. </head>
  18. <body>
  19. <article>
  20. <h1>Not found <span frown>:(</span></h1>
  21. <div>
  22. <p>Sorry, but the page you were trying to view does not exist.</p>
  23. <p>It looks like this was the result of either:</p>
  24. <ul>
  25. <li>a mistyped address</li>
  26. <li>an out-of-date link</li>
  27. </ul>
  28. </div>
  29. <script>
  30. var GOOG_FIXURL_LANG = (navigator.language || '').slice(0,2),
  31. GOOG_FIXURL_SITE = location.host;
  32. </script>
  33. <script src="http://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script>
  34. </article>
  35. </body>
  36. </html>