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