Skip to content

Commit

Permalink
error page home button link changed to absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
Intellimixiopce authored Aug 2, 2022
1 parent 9f9fc69 commit 35ca2ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ <h1 class="text-center">Please try again</h1>
<div class="text-center">
<img src="assets/img/error.svg" alt="error page" class="img-fluid" />
<br>
<button class="btn btn-danger" id="home-btn"><a href="index.html">Home</a></button>
<button class="btn btn-danger" id="home-btn"><a href="https://intellimixio.in/">Home</a></button>
</div>

</body>

</html>
</html>

0 comments on commit 35ca2ab

Please sign in to comment.