Page with error

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2018-05-15 03:29:43 +04:00
parent d86429538f
commit 4d85d19e6a
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

View File

@ -4,10 +4,11 @@ title: "Error 404"
layout: default
---
<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 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.data.author_info.email | strip_newlines | strip_html | strip | normalize_whitespace | uri_escape }}">Contact</a>
</p>
</div>
</section>