-
Notifications
You must be signed in to change notification settings - Fork 0
/
subscribed.html
47 lines (41 loc) · 1.79 KB
/
subscribed.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
<!doctype html>
<html class="no-js">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<title>HACKED @ IndigO2</title>
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Press+Start+2P" />
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans" />
<link rel="stylesheet" href="stylesheets/main.css" />
<script src="javascripts/jquery.js"></script>
<script src="javascripts/jquery.fittext.js"></script>
<script src="javascripts/modernizr.js"></script>
<script src="javascripts/main.js"></script>
</head>
<body>
<div class="container">
<header>
<h1>HACKED <sub><a href="http://thelab.o2.com/" target="_blank">powered by The Lab</a></sub></h1>
</header>
<section>
<h3>You're done!</h3>
<p>We will drop you an email when we have more details!</p>
<p>Meanwhile, why not follow us on <a href="http://twitter.com/hackedio">Twitter</a> (@hackedio) and show your interest on <a href="http://lanyrd.com/cgpkm">Lanyrd</a></p>
</section>
</div>
<footer>
Brought to you by <a href="http://thelab.o2.com/" target="_blank">The Lab</a> and <a href="http://geeksoflondon.com" target="_blank">Geeks of London</a>
</footer>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-275654-9']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>