14 lines
216 B
HTML
14 lines
216 B
HTML
---
|
|
layout: page
|
|
title: "404: Page not found"
|
|
permalink: /404.html
|
|
|
|
redirect_from:
|
|
- /norobots/
|
|
- /assets/
|
|
- /posts/
|
|
---
|
|
|
|
<div class="lead">
|
|
<p>{{site.data.locales[site.lang].not_found.statment }}</p>
|
|
</div>
|