diff options
Diffstat (limited to '_pages/404.html')
-rw-r--r-- | _pages/404.html | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/_pages/404.html b/_pages/404.html index 8fad911..dd15c35 100644 --- a/_pages/404.html +++ b/_pages/404.html @@ -1,14 +1,7 @@ --- -permalink: "404.html" -title: "Page error" layout: page +permalink: "404.html" +title: "404: Not Found" --- -<div class="jumbotron text-center"> - <h1>404: Not Found</h1> - <p>Sorry, this page does not exist.</p> - <p> - <a class="btn btn-lg btn-primary" role="button" href="/">Home page</a> - <a class="btn btn-lg btn-default" role="button" href="mailto:{{ site.author.email | strip_newlines | strip_html | strip | normalize_whitespace | uri_escape }}">Contact</a> - </p> -</div> +<p>Sorry, this page doesn't exist.</p> |