Skip to content

Commit

Permalink
feat: updated 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerseneck committed Jul 25, 2024
1 parent 992b163 commit 197f832
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@
<div class="container-404">
<h1>404</h1>

<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
<p><strong>That&apos;s Life!</strong></p>
<p>The page you are looking for does not exist.</p>
<button class="btn btn-primary me-1" onclick="window.history.back()">
<i class="bi bi-arrow-left"></i>
Go Back
</button>
<a href="/" class="btn btn-primary">
<i class="bi bi-house-door-fill"></i>
Home
</a>
</div>

0 comments on commit 197f832

Please sign in to comment.