mirror of
https://github.com/peter-tanner/peter-tanner.github.io.git
synced 2024-11-30 12:00:18 +08:00
15 lines
222 B
HTML
15 lines
222 B
HTML
---
|
|
layout: page
|
|
title: "404: Page not found"
|
|
permalink: /404.html
|
|
|
|
redirect_from:
|
|
- /norobots/
|
|
- /assets/
|
|
- /posts/
|
|
---
|
|
|
|
{% include lang.html %}
|
|
|
|
<p class="lead">{{ site.data.locales[lang].not_found.statment }}</p>
|