404.html 419 B

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