Files
moonweb-site/stefankoelle/404.html
T
2026-08-17 00:05:31 +02:00

14 lines
409 B
HTML

---
title: "Page Not Found"
section: "stefankoelle"
siteTitle: "stefankoelle.de"
description: "The page you are looking for does not exist."
layout: base.njk
permalink: /404.html
---
<style>:root { --accent: #888888; }</style>
<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 stefankoelle.de</a>
</div>