popov.link/_pages/404.html
Valentin Popov b6cfea0c94
Change page title '404.html'
Signed-off-by: Valentin Popov <info@valentineus.link>
2018-09-15 18:06:01 +04:00

15 lines
439 B
HTML

---
permalink: "404.html"
title: "Page error"
layout: page
---
<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>