fix 404 syntax and css

This commit is contained in:
Kenneth Jao 2017-09-02 03:43:32 -04:00
parent 5229e4401f
commit cb1601f677
2 changed files with 13 additions and 5 deletions

View File

@ -45,12 +45,19 @@
margin: auto;
padding: 1vh 2vh 1vh 2vh;
text-align: center;
width: 15vh;
width: 12vh;
transition: 0.5s;
}
#third:hover {
background-color: rgba(0, 0, 0, 0.15);
transition: 0.5s;
background-color: rgba(0, 0, 0, 0.3);
}
#third h4 {
font-weight: 100;
margin-right: 0.5vh;
display: inline;
}
#foot {

View File

@ -2,11 +2,12 @@
<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>
<div id="third">
<h4 onclick="window.location.href = 'http://hourglass.ga';">Home</h4>
<i class="fa fa-home" aria-hidden="true"></i>
</div>
</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>