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