Skip to content

Commit

Permalink
Add index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaska committed Aug 3, 2016
1 parent 955fd46 commit 5715563
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!doctype html>
<html>
<head>
<!-- https://github.com/ajaska/isharambealive.faith -->
<title>
rip in peace
</title>
<style type="text/css">
html, body {height: 100%;}
body {text-align: center;}

#eternal-sadness {
display: inline-block;
margin-top: 200px;
font-weight: bold;
font-size: 120pt;
font-family: Arial, sans-serif;
text-decoration: none;
color: red;
}
</style>
</head>
<body>
<div id="eternal-sadness">NO</div>
<iframe width="0" height="0" src="http://www.youtube.com/embed/X2WH8mHJnhM?autoplay=1&loop=1&rel=0&start=0" frameborder="0" allowfullscreen></iframe>
</body>
</html>

0 comments on commit 5715563

Please sign in to comment.