404 pages

This commit is contained in:
2026-08-16 23:41:49 +02:00
parent 6491c1f405
commit f939a69b1f
8 changed files with 93 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
---
title: "Page Not Found"
section: "hub"
description: "The page you are looking for does not exist."
layout: base.njk
permalink: /404.html
---
<div class="error-page">
<h1>404</h1>
<p>The page you are looking for does not exist or has been moved.</p>
<a class="back-link" href="/">← Back to hub</a>
</div>