diff options
Diffstat (limited to '_pages/404.html')
| -rw-r--r-- | _pages/404.html | 10 | 
1 files changed, 7 insertions, 3 deletions
| diff --git a/_pages/404.html b/_pages/404.html index eebcc42..37b5e89 100644 --- a/_pages/404.html +++ b/_pages/404.html @@ -1,8 +1,12 @@  ---  permalink: "/404.html"  title: "404: Page not found" -layout: page +layout: default  --- -Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. -<a href="{{ site.baseurl | uri_escape }}">Head back home</a> to try finding it again.
\ No newline at end of file +<div class="container f04"> +    <div class="content"> +        <div class="num">404</div> +        <div class="detail">Page not found</div> +    </div> +</div> | 
