Files
popov.link/_pages/404.html
T

15 lines
439 B
HTML
Raw Normal View History

2018-04-03 22:20:32 +00:00
---
2018-04-11 03:53:07 +00:00
permalink: "404.html"
2018-09-15 18:06:01 +04:00
title: "Page error"
2018-05-16 23:38:05 +04:00
layout: page
2018-04-03 22:20:32 +00:00
---
2018-05-15 03:29:43 +04:00
<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>
2018-05-15 15:33:05 +04:00
<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>
2018-05-15 03:29:43 +04:00
</p>
</div>