-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (37 loc) · 1.91 KB
/
Copy pathindex.html
File metadata and controls
43 lines (37 loc) · 1.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Anime Alert</title>
<link href='http://fonts.googleapis.com/css?family=Montserrat:700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.3";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="container">
<!-- START HERE -->
<h1> INSPIRATION </h1>
<h2>...comes from some pretty strange places.</h2>
<p>SIMON: "Mark my words! This drill will open a hole in the universe! And that hole will be a path for those behind us! The dreams of those who've fallen! The hopes of those who'll follow! Those two sets of dreams weave together into a double helix! Drilling a path towards tomorrow! And that's Tengen Toppa! That's Gurren Lagann!! My drill is the drill...that pierces the heavens!!!"</p>
<div class="fb-like" data-href="https://www.animealert.com" data-layout="standard" data-action="like" data-show-faces="false" data-share="true"></div>
<p></p>
<p></p>
<a href="http://gurrenlagann.wikia.com/wiki/Main_Page" target="_blank">
<img src="images/wikia.png" alt="Tengen Toppa Wikia" style="width:75px;height:50px;float:left;">
</a>
<a href="http://www.imdb.com/title/tt0948103/" target="_blank">
<img src="images/imdb.png" alt="IMDB"style="width:75px;height:50px;float:left;">
</a>
<!-- END HERE -->
</div><!-- .container -->
<iframe width="300" height="250" src="https://www.youtube.com/embed/wvQRjc4nhpw" frameborder="0" allowfullscreen></iframe>
</body>
</html>