/hyde/tests/sites/test_jinja/content/404.html

http://github.com/hyde/hyde · HTML · 22 lines · 17 code · 5 blank · 0 comment · 0 complexity · 39ebfd5eba5356b4c1bf29c37bd4aee4 MD5 · raw file

  1. <!doctype html>
  2. <title>not found</title>
  3. <style>
  4. body { text-align: center;}
  5. h1 { font-size: 50px; }
  6. 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); }
  7. ::-moz-selection{ background:#FF5E99; color:#fff; }
  8. ::selection { background:#FF5E99; color:#fff; }
  9. details { display:block; }
  10. a { color: rgb(36, 109, 56); text-decoration:none; }
  11. a:hover { color: rgb(96, 73, 141) ; text-shadow: 2px 2px 2px rgba(36, 109, 56, 0.5); }
  12. span[frown] { transform: rotate(90deg); display:inline-block; color: #bbb; }
  13. </style>
  14. <details>
  15. <summary><h1>Not found</h1></summary>
  16. <p><span frown>:(</span></p>
  17. </details>