2017-09-02 03:32:18 -04:00

13 lines
450 B
HTML

<template name="NotFound">
<div id="fourohfour">
<h4 id="first">404</h4>
<h4 id="second">Nothin' to see here!</h4>
<div>
<h4 id="third" onclick="window.location.href = 'http://hourglass.ga';">Home</h4>
<i class="fa fa-home" aria-hidden="true"></i>
</div>
</div>
<h4 id="foot">Hackers: If you thought by typing in a sub-directory that you'd be able to hack us, you're sorely mistaken! Just stop.</h4>
</div>
</template>