Updated error's page
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
5092eb944a
commit
77d055f8ed
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user