mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-08 00:27:58 +00:00
17 lines
237 B
HTML
17 lines
237 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>
|