fixed 404

This commit is contained in:
Enrico 2017-09-02 03:32:18 -04:00
parent 9b3c4ffbb2
commit 5229e4401f
2 changed files with 25 additions and 0 deletions

View File

@ -27,12 +27,32 @@
font-weight: 200; font-weight: 200;
margin: auto; margin: auto;
margin-top: 5%; margin-top: 5%;
margin-bottom: 7%;
text-align: center; text-align: center;
-webkit-filter: drop-shadow(7px 7px 5px #111); -webkit-filter: drop-shadow(7px 7px 5px #111);
filter: drop-shadow(7px 7px 5px #111); filter: drop-shadow(7px 7px 5px #111);
} }
#third {
background-color: auto;
border: 1px solid white;
border-radius: 6px;
color: white;
cursor: pointer;
font-size: 2.5vh;
font-weight: 100;
margin: auto;
padding: 1vh 2vh 1vh 2vh;
text-align: center;
width: 15vh;
}
#third:hover {
background-color: rgba(0, 0, 0, 0.15);
transition: 0.5s;
}
#foot { #foot {
color: #888; color: #888;
font-size: 2vh; font-size: 2vh;

View File

@ -2,6 +2,11 @@
<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>
<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> <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> </div>
</template> </template>