Skip to content

Commit

Permalink
404 pg nav link fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
tedris94 committed May 4, 2023
1 parent a59f2ad commit 1026998
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions Tololus/Pages/errors/404.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -156,18 +156,13 @@
<p>Check the URL you entered for any mistakes and try again. Alternatively, search
for whatever is missing or take a look around the rest of our site.</p>

<div id="search">
<form>
<input type="text" placeholder="Search" />
</form>
</div>


<div id="navigation">
<a class="navigation" href="./">Home</a>


<a class="navigation" href="./#Contact">Contact</a>
</div>
<a class="navigation" onclick="window.location.href='../index'" width="6em"> Home </a>

</div>
</div>


Expand Down

0 comments on commit 1026998

Please sign in to comment.