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-04-11 06:53:07 +03:00
|
|
|
<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>
|
2018-04-07 12:22:57 +03:00
|
|
|
</div>
|
2018-04-11 06:53:07 +03:00
|
|
|
</section>
|