b4
dev sp 2024-01-17 07:30:35 +00:00
parent 318e7f4c48
commit ee0bc8482a
1 changed files with 7 additions and 6 deletions

View File

@ -1,9 +1,10 @@
--- ---
import Layout from "../layouts/Layout.astro" import Layout from "../layouts/Layout.astro"
--- ---
<Layout title="404 Page Not Found | Barta-India" <Layout title="404 Page Not Found | Barta-India">
<main> <main>
<div> <div>
<h1 class="text-3xl text-center py-40 text-[#580a0a] font-bold">404 Page Not Found</h1> <h1 class="text-3xl text-center py-40 text-[#580a0a] font-bold">404 Page Not Found</h1>
</div> </div>
</main> </main>
</Layout>