mirror of
https://github.com/skoelle/moonweb-site.git
synced 2026-09-17 17:00:25 +00:00
IONOS serves the root 404.html for all paths. Updated link text from 'Back to hub' to 'Back to home'.
13 lines
328 B
HTML
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> |