fix link on 404 page to work on entire button

This commit is contained in:
Yaman Qalieh 2017-09-14 20:36:39 -04:00
parent cb1601f677
commit cb41b40f4f

View File

@ -2,8 +2,8 @@
<div id="fourohfour"> <div id="fourohfour">
<h4 id="first">404</h4> <h4 id="first">404</h4>
<h4 id="second">Nothin' to see here!</h4> <h4 id="second">Nothin' to see here!</h4>
<div id="third"> <div id="third" onclick="window.location.href = 'http://hourglass.ga';">
<h4 onclick="window.location.href = 'http://hourglass.ga';">Home</h4> <h4>Home</h4>
<i class="fa fa-home" aria-hidden="true"></i> <i class="fa fa-home" aria-hidden="true"></i>
</div> </div>
</div> </div>