add stuff
This commit is contained in:
34
_css/styles.css
Normal file
34
_css/styles.css
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
/*
|
||||||
|
* vim: ts=2 sw=2 et ft=css
|
||||||
|
*/
|
||||||
|
|
||||||
|
html {
|
||||||
|
background: url('https://0x29a.ch/_img/ft.jpg') no-repeat center center fixed;
|
||||||
|
-moz-background-size: cover;
|
||||||
|
-webkit-background-size: cover;
|
||||||
|
-o-background-size: cover;
|
||||||
|
background-size: cover;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-family: 'Oswald', sans-serif; text-transform: uppercase;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
font-family: 'Roboto', sans-serif;
|
||||||
|
color: white;
|
||||||
|
padding: 10px 0px 0px 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#quotes-wrapper {
|
||||||
|
position: absolute;
|
||||||
|
left: 50%;
|
||||||
|
top: 50%;
|
||||||
|
margin-top: -50px;
|
||||||
|
margin-left: -340px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.quotes {
|
||||||
|
display: hidden;
|
||||||
|
}
|
||||||
BIN
_img/ft.jpg
Normal file
BIN
_img/ft.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 56 KiB |
BIN
favicon.ico
Normal file
BIN
favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 333 B |
31
index.html
Normal file
31
index.html
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
vim: ts=2 sw=2 et ft=html
|
||||||
|
-->
|
||||||
|
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<meta name="viewport" width=device-width>
|
||||||
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
|
<link href="https://fonts.googleapis.com/css?family=Oswald:700|Roboto:400" rel="stylesheet">
|
||||||
|
<link rel="stylesheet" href="_css/styles.css" type="text/css" />
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<title>0x29a</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div id="quotes-wrapper">
|
||||||
|
<div class="quotes">
|
||||||
|
<h1>This individual doesn't need a website.</h1>
|
||||||
|
<p>¯\_(ツ)_/¯</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Hello! :)
|
||||||
|
-->
|
||||||
2
robots.txt
Normal file
2
robots.txt
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
User-agent: *
|
||||||
|
Disallow: /
|
||||||
Reference in New Issue
Block a user