Skip to content

Commit dd5472c

Browse files
committed
404 page
1 parent 4dcc9f9 commit dd5472c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/pages/404.astro

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
import Layout from "../layouts/Layout.astro";
3+
---
4+
5+
<Layout>
6+
<h1 class="mt-8 ml-4 text-xl">This page doesn't really exist</h1>
7+
<p class="ml-4 text-xl">It it just an illusion</p>
8+
<a class="p-4 text-xl underline hover:text-white" href="/">Wake up</a>
9+
</Layout>

0 commit comments

Comments
 (0)