fix link on 404 page to work on entire button
This commit is contained in:
parent
cb1601f677
commit
cb41b40f4f
@ -2,8 +2,8 @@
|
||||
<div id="fourohfour">
|
||||
<h4 id="first">404</h4>
|
||||
<h4 id="second">Nothin' to see here!</h4>
|
||||
<div id="third">
|
||||
<h4 onclick="window.location.href = 'http://hourglass.ga';">Home</h4>
|
||||
<div id="third" onclick="window.location.href = 'http://hourglass.ga';">
|
||||
<h4>Home</h4>
|
||||
<i class="fa fa-home" aria-hidden="true"></i>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user