b4
dev sp 2024-01-17 07:28:05 +00:00
parent 443422300d
commit 318e7f4c48
1 changed files with 1 additions and 1 deletions

View File

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