krata/404.html

22 lines
456 B
HTML
Raw Normal View History

2019-09-30 14:38:41 +02:00
---
layout: page
title: "404: Page not found"
permalink: /404.html
2021-01-24 23:20:51 +01:00
redirect_from:
2020-01-02 00:26:23 +01:00
- /norobots/
- /assets/
- /posts/
2019-09-30 14:38:41 +02:00
dynamic_title: true
---
<div class="lead">
<p>Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. </p>
<p>
<a href="{{ '/' | relative_url }}">Head back Home</a>
to try finding it again, or search for it on the
<a href="{{ 'archives' | relative_url }}">Archives page</a>.
</p>
2021-01-24 23:20:51 +01:00
</div>