leilukin-site/src/not_found.njk

11 lines
298 B
Plaintext
Raw Normal View History

2024-04-06 04:49:13 +00:00
---
2024-04-11 15:29:15 +00:00
layout: start/base
2024-04-06 04:49:13 +00:00
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">
2024-04-11 15:29:15 +00:00
<a href="/home" class="index__link">🏠 Back to Home</a>
2024-04-06 04:49:13 +00:00
</section>