91308ae567
Resolves #576
16 lines
236 B
HTML
16 lines
236 B
HTML
---
|
|
layout: page
|
|
title: "404: Page not found"
|
|
permalink: /404.html
|
|
|
|
redirect_from:
|
|
- /norobots/
|
|
- /assets/
|
|
- /posts/
|
|
---
|
|
|
|
{% include lang.html %}
|
|
|
|
<div class="lead">
|
|
<p>{{site.data.locales[lang].not_found.statment }}</p>
|
|
</div>
|