Files
moonweb-site/infra/404.html
T
2026-08-16 23:41:49 +02:00

12 lines
319 B
HTML

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