Files
jekyll-theme-chirpy/assets/404.html
T
2024-07-04 01:42:29 +08:00

15 lines
223 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.statement }}</p>