Initial commit
This commit is contained in:
8
src/pages/404.astro
Normal file
8
src/pages/404.astro
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
import Layout from "../layouts/Layout.astro"
|
||||
---
|
||||
|
||||
<Layout title="404">
|
||||
<h1 class="text-4xl font-bold text-center my-10">404</h1>
|
||||
<p class="text-center">This page does not exist.</p>
|
||||
</Layout>
|
Reference in New Issue
Block a user