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>
|