11 lines
312 B
Plaintext
11 lines
312 B
Plaintext
---
|
|
layout: "layouts/start.njk"
|
|
title: Page Not Found
|
|
h1: Page Not Found
|
|
---
|
|
|
|
<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="/home.html" class="index__link">🏠 Back to Home</a>
|
|
</section> |