update 404 page

This commit is contained in:
somrat sorkar
2023-07-30 09:47:45 +06:00
parent a350fffae8
commit 8c6adf664d
+4 -2
View File
@@ -14,8 +14,10 @@ import Base from "@/layouts/Base.astro";
</span>
<h1 class="h2 mb-4">Page not found</h1>
<div class="content">
The page you are looking for might have been removed, had its name
changed, or is temporarily unavailable.
<p>
The page you are looking for might have been removed, had its name
changed, or is temporarily unavailable.
</p>
</div>
<a href="/" class="btn btn-primary mt-8">Back to home</a>
</div>