2018-04-04 01:20:32 +03:00
|
|
|
---
|
2018-04-11 06:53:07 +03:00
|
|
|
permalink: "404.html"
|
|
|
|
title: "Error 404"
|
2018-04-07 12:22:57 +03:00
|
|
|
layout: default
|
2018-04-04 01:20:32 +03:00
|
|
|
---
|
|
|
|
|
2018-05-15 02:29:43 +03: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 14:33:05 +03: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 02:29:43 +03:00
|
|
|
</p>
|
|
|
|
</div>
|