fix 404 syntax and css
This commit is contained in:
parent
5229e4401f
commit
cb1601f677
@ -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 {
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user