popov.link/_pages/404.html
Valentin Popov 4d85d19e6a
Page with error
Signed-off-by: Valentin Popov <info@valentineus.link>
2018-05-15 03:29:43 +04:00

15 lines
451 B
HTML

---
permalink: "404.html"
title: "Error 404"
layout: default
---
<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>