diff options
| -rw-r--r-- | _pages/404.html | 15 | 
1 files changed, 8 insertions, 7 deletions
| diff --git a/_pages/404.html b/_pages/404.html index 37b5e89..42aec99 100644 --- a/_pages/404.html +++ b/_pages/404.html @@ -1,12 +1,13 @@  --- -permalink: "/404.html" -title: "404: Page not found" +permalink: "404.html" +title: "Error 404"  layout: default  --- -<div class="container f04"> -    <div class="content"> -        <div class="num">404</div> -        <div class="detail">Page not found</div> +<section class="container centered"> +    <div class="error"> +        <h1>404</h1> +        <h2>Page Not Found</h2> +        <p>Sorry, this page does not exist.<br/>You can head back to <a href="{{ site.baseurl | uri_escape }}">homepage</a>.</p>      </div> -</div> +</section> | 
