A fork of hyde, the static site generation. Some patches will be pushed upstream.
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.
 
 
 

22 lines
720 B

  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>