mirror of
https://github.com/Xevion/old.xevion.github.io.git
synced 2025-12-15 00:12:17 -06:00
remove _site from gitignore
This commit is contained in:
57
_site/v1/404.html
Normal file
57
_site/v1/404.html
Normal file
@@ -0,0 +1,57 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user