b4
dev sp 2024-01-17 07:20:50 +00:00
parent 9191fb5642
commit 37155aa643
1 changed files with 9 additions and 0 deletions

9
src/pages/404.astro Normal file
View 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>