mirror of
https://github.com/skoelle/moonweb-site.git
synced 2026-09-17 17:00:25 +00:00
12 lines
319 B
HTML
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> |