15 lines
390 B
Plaintext
15 lines
390 B
Plaintext
---
|
|
layout: layouts/root
|
|
title: "404: Page Not Found"
|
|
h1: "404: Page Not Found"
|
|
desc: Page not found.
|
|
permalink: 404.html
|
|
eleventyExcludeFromCollections: true
|
|
---
|
|
|
|
<p>Oops! Either the page you are looking for does not exist, or it has been moved to a diffrent part of this site.</p>
|
|
|
|
<section class="index__btn-wrapper">
|
|
<a href="/" class="index__link">🏠 Back to Home</a>
|
|
</section>
|