Files
old.xevion.github.io/v1/404.html
2016-12-10 23:39:15 -05:00

58 lines
1.5 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Brittany Chiang | 404</title>
<style>
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,100,300italic,100italic,400italic,700,700italic|Lora:400,400italic,700,700italic|Roboto+Slab:400,100,300,700|Merriweather:400,300,300italic,400italic,700,700italic);
body {
margin: 0;
padding: 0;
background-color: #070526;
color: #fff;
font-size: 100%;
line-height: 1.5;
font-family: "Lato", serif;
text-align: center;
}
h1 {
text-align: center;
font-size: 250px;
line-height: 300px;
font-weight: 100;
margin: 50px auto -10px;
}
p {
font-size: 1.5em;
text-align: center;
font-weight: 100;
margin-top: 50px;
margin-bottom: 70px;
font-family: 'Roboto Slab', serif;
}
.button {
font-weight: 300;
color: #ccc;
font-size: 1.1em;
text-decoration: none;
border: 1px solid #ccc;
padding: 10px;
border-radius: 5px;
transition: all .3s linear;
}
.button:hover {
color: #070526;
background: #ccc;
}
</style>
</head>
<body>
<h1>404</h1>
<p>Uh oh, are you lost?</p>
<a class="button" href="http://brittanychiang.com">Let's go home.</a>
</body>
</html>