generated from dwd/boilarplate-astro-tailwind
add 404
parent
9191fb5642
commit
37155aa643
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
import Layout from "../layouts/Layout.astro"
|
||||
---
|
||||
<Layout title="404 Page Not Found | Barta-India"
|
||||
<main>
|
||||
<div>
|
||||
<h1 class="text-3xl text-center">404 Page Not Found</h1>
|
||||
</div>
|
||||
</main>
|
Loading…
Reference in New Issue