Skip to content

Commit

Permalink
Merge pull request #294 from paridhi1509/button
Browse files Browse the repository at this point in the history
connected home page to Go Back Home button on error page
  • Loading branch information
Anshgrover23 authored Oct 19, 2024
2 parents a4cc5df + a76d51f commit 2c6b99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion error.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1 class="text-9xl font-bold text-purple-600">404</h1>
</p>

<a
href="/"
href="index.html"
class="mt-8 inline-block bg-purple-600 text-white font-semibold py-3 px-6 rounded-lg shadow-lg hover:bg-purple-700 transition duration-300"
>
Go Back Home
Expand Down

0 comments on commit 2c6b99a

Please sign in to comment.