12 lines
365 B
Plaintext
12 lines
365 B
Plaintext
---
|
|
title: Page Not Found
|
|
layout: layouts/content
|
|
permalink: "404.html"
|
|
eleventyExcludeFromCollections: true
|
|
---
|
|
<p>Sorry! Either the page you are looking for does not exist, or it has been moved to a diffrent part of this website.</p>
|
|
|
|
<p>You may return to the <a href="/">home page</a> and try again.</p>
|
|
|
|
{{ css }}main { min-height: 59vh; }{{ /css }}
|