Update sync_site.yml
[m6w6/m6w6.github.io] / 404.html
1 ---
2 permalink: /404.html
3 layout: default
4 styles: assets/index.css
5 ---
6
7 <style type="text/css" media="screen">
8 .container {
9 margin: 10px auto;
10 max-width: 600px;
11 text-align: center;
12 }
13 h1 {
14 margin: 30px 0;
15 font-size: 4em;
16 line-height: 1;
17 letter-spacing: -1px;
18 }
19 html {
20 height: 100%;
21 }
22 body.default {
23 display: flex;
24 align-items: center;
25 margin: 0;
26 height: 100%;
27 }
28 </style>
29
30 <div class="container">
31 <h1>404</h1>
32
33 <p><strong>Page not found :(</strong></p>
34 <p>The requested page could not be found.</p>
35 </div>