Skip to content

Commit

Permalink
fix the not found page
Browse files Browse the repository at this point in the history
  • Loading branch information
goldstargloww committed Feb 21, 2024
1 parent 080aa0b commit c826a30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion site/not_found.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1 class="center">page not found</h1>
<p class="center">the page you're looking for isn't here.</p>
<p class="center">
<br>
<button>go back</button>
<button onclick="javascript:history.back()">go back</button>
</p>

</div>
Expand Down
2 changes: 2 additions & 0 deletions site/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ button {
padding: 0.75em;
border-style: none;
border-radius: 0.5em;
color: white;
font-family: 'FairfaxHD';
}

button:hover {
Expand Down

0 comments on commit c826a30

Please sign in to comment.