mirror of
https://github.com/svemagie/blog-eleventy-indiekit.git
synced 2026-04-02 08:44:56 +02:00
9 lines
210 B
Plaintext
9 lines
210 B
Plaintext
---
|
|
layout: layouts/base.njk
|
|
title: Page Not Found
|
|
permalink: /404.html
|
|
---
|
|
<h1>404 - Page Not Found</h1>
|
|
<p>Sorry, the page you're looking for doesn't exist.</p>
|
|
<p><a href="/">Go back to the homepage</a></p>
|