404.html 398 B

123456789101112131415161718192021222324
  1. ---
  2. layout: default
  3. ---
  4. <style type="text/css" media="screen">
  5. .container {
  6. margin: 10px auto;
  7. max-width: 600px;
  8. text-align: center;
  9. }
  10. h1 {
  11. margin: 30px 0;
  12. font-size: 4em;
  13. line-height: 1;
  14. letter-spacing: -1px;
  15. }
  16. </style>
  17. <div class="container">
  18. <h1>404</h1>
  19. <p><strong>Page not found :(</strong></p>
  20. <p>The requested page could not be found.</p>
  21. </div>