Page with error
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
d86429538f
commit
4d85d19e6a
@ -4,10 +4,11 @@ title: "Error 404"
|
|||||||
layout: default
|
layout: default
|
||||||
---
|
---
|
||||||
|
|
||||||
<section class="container centered">
|
<div class="jumbotron text-center">
|
||||||
<div class="error">
|
<h1>404: Not Found</h1>
|
||||||
<h1>404</h1>
|
<p>Sorry, this page does not exist.</p>
|
||||||
<h2>Page Not Found</h2>
|
<p>
|
||||||
<p>Sorry, this page does not exist.<br/>You can head back to <a href="{{ site.baseurl | uri_escape }}">homepage</a>.</p>
|
<a class="btn btn-lg btn-primary" role="button" href="/">Home page</a>
|
||||||
</div>
|
<a class="btn btn-lg btn-default" role="button" href="mailto:{{ site.data.author_info.email | strip_newlines | strip_html | strip | normalize_whitespace | uri_escape }}">Contact</a>
|
||||||
</section>
|
</p>
|
||||||
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user