forked from fffunction/sassaparilla
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (61 loc) · 4.7 KB
/
index.html
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!doctype html>
<html lang="en-GB">
<head>
<title>Sassaparilla</title>
<link rel="stylesheet" href="assets/css/screen.css">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--Scripts before load-->
<script src="http://modernizr.com/downloads/modernizr-2.5.3.js"></script>
</head>
<body>
<header>
<div class="container">
<h1>Sassaparilla</h1>
</div>
</header>
<div class="container">
<article>
<h1>Sassaparilla. It doesn't matter who we are. What matters is our plan.</h1>
<p>Every man who has lotted here over the centuries, has looked up to the light and imagined climbing to freedom. So easy, so simple! </p>
<p>And like shipwrecked men turning to seawater foregoing uncontrollable thirst, many have died trying. And then here there can be no true despair without hope. So as I terrorize Gotham, I will feed its people hope to poison their souls. I will let them believe that they can survive so that you can watch them climbing over each other to stay in the sun.</p>
<p>You can watch me torture an entire city. And then when you've truly understood the depth of your failure, we will fulfill Ra's Al Ghul's destiny. We will destroy Gotham. And then, when that is…</p>
<h4>That's a lovely lovely voice!</h4>
<p>Ooh, you think darkness is your ally? You merely adopted the dark, I was born in it. Moulded by it. I didn't see the light until I was already a man. By then there was nothing to be but blinded.</p>
<p>You fight like a younger man, there's nothing held back. It's admirable, but mistaken. Behind you, stands a symbol of oppression. Blackgate Prison, where a thousand men have languished under the name of this man: Harvey Dent. Or perhaps he's wondering why someone would shoot a man before throwing him out of the plane.</p>
<h3>Mercenaries</h3>
<ul>
<li>Bane</li>
<li>Ras Al Ghul</li>
<li>Harvey Dent</li>
</ul>
<p>Every man who has lotted here over the centuries, has looked up to the light and imagined climbing to freedom. So easy, so simple! </p>
<p>And like shipwrecked men turning to seawater foregoing uncontrollable thirst, many have died trying. And then here there can be no true despair without hope. So as I terrorize Gotham, I will feed its people hope to poison their souls. I will let them believe that they can survive so that you can watch them climbing over each other to stay in the sun.</p>
<p>You can watch me torture an entire city. And then when you've truly understood the depth of your failure, we will fulfill Ra's Al Ghul's destiny. We will destroy Gotham. And then, when that is…</p>
<h4>That's a lovely lovely voice!</h4>
<p>Ooh, you think darkness is your ally? You merely adopted the dark, I was born in it. Moulded by it. I didn't see the light until I was already a man. By then there was nothing to be but blinded.</p>
<p>You fight like a younger man, there's nothing held back. It's admirable, but mistaken. Behind you, stands a symbol of oppression. Blackgate Prison, where a thousand men have languished under the name of this man: Harvey Dent. Or perhaps he's wondering why someone would shoot a man before throwing him out of the plane.</p>
<h4>Heros</h4>
<ol>
<li>Bruce Wayne</li>
<li>Alfed</li>
<li>Lucias fox</li>
</ol>
<h4>Ooh, you think darkness is your ally?</h4>
<p>Theatricality and deception, powerful agents to the uninitiated. But we are initiated aren't we, Bruce? Members of the League of Shadows. And you betrayed us. Citizens, take control. Take control of your city!</p>
<p>Speak of the devil, and he shall appear. Ah yes! I was wondering what would weight first. Your spirit or your body?</p>
<p>And like shipwrecked men turning to seawater foregoing uncontrollable thirst, many have died trying. And then here there can be no true despair without hope. So as I terrorize Gotham, I will feed its people hope to poison their souls. I will let them believe that they can survive so that you can watch them climbing over each other to stay in the sun.</p>
<p>You can watch me torture an entire city. And then when you've truly understood the depth of your failure, we will fulfill Ra's Al Ghul's destiny. We will destroy Gotham. And then, when that is…</p>
</article>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript">
if (typeof jQuery == 'undefined') {
document.write(unescape("%3Cscript src='assets/js/jquery-1.8.2.min.js' type='text/javascript'%3E%3C/script%3E"));
}
</script>
<script src="assets/js/hashgrid.js"></script>
<script src="assets/js/script.js"></script>
</body>
</html>