-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
32 lines (29 loc) · 1.2 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
<!doctype html>
<html xmlns:fb="http://ogp.me/ns/fb#">
<head>
<link rel='shortcut icon' href='/media/favicon.ico' />
<link rel='stylesheet' href='/media/css/reset.css' />
<link rel='stylesheet' href='/media/css/main.css' />
<title>Elm City Labs</title>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-19178687-26']);
_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>
</head>
<body itemscope itemtype="http://data-vocabulary.org/Organization">
<meta itemprop="name" content="Elm City Labs" />
<div id='lander'>
<div id='normal_inquiry'>
<center><a title="Follow us on Twitter" href='https://twitter.com/elmcitylabs'><img src='/media/img/logo.png' alt="Elm City Labs" /></a></center>
<br/>
<h4><a href='mailto:[email protected]'>[email protected]</a></h4>
</div>
</div>
</body>
</html>