1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-08 08:37:53 +00:00
2022-05-24 23:47:24 +08:00

17 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>