Files
moonweb-site/hub/404.html
T
stefankoelle 09a170d5bf Remove redundant 404 pages, keep only root 404
IONOS serves the root 404.html for all paths. Updated link text
from 'Back to hub' to 'Back to home'.
2026-09-11 13:39:50 +02:00

13 lines
328 B
HTML

---
title: "Page Not Found"
section: "hub"
tags: "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 home</a>
</div>