We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dcc9f9 commit dd5472cCopy full SHA for dd5472c
src/pages/404.astro
@@ -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