generated from dwd/boilarplate-astro-tailwind
add 404
This commit is contained in:
9
src/pages/404.astro
Normal file
9
src/pages/404.astro
Normal file
@@ -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>
|
||||
Reference in New Issue
Block a user