mirror of
https://github.com/skoelle/moonweb-site.git
synced 2026-09-17 17:00:25 +00:00
404 pages
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
---
|
||||
title: "Page Not Found"
|
||||
section: "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 hub</a>
|
||||
</div>
|
||||
Reference in New Issue
Block a user