This commit is contained in:
dev sp
2024-01-17 07:20:50 +00:00
parent 9191fb5642
commit 37155aa643

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>