Fix 404 go to homepage link

This commit is contained in:
rylim 2021-10-24 17:18:05 -07:00
parent d0a9e67f69
commit 83c15f888f

View file

@ -34,7 +34,7 @@
<h1>Oops!</h1>
<h2>404 - The Page can't be found</h2>
</div>
<a href="#">Go TO Homepage</a>
<a href="/">Go To Homepage</a>
</div>
</div>