/ 404.html
404.html
 1  ---
 2  layout: default
 3  ---
 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  
19  <div class="container">
20    <h1>404</h1>
21  
22    <p><strong>Page not found :(</strong></p>
23    <p>The requested page could not be found.</p>
24  </div>