-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
50 lines (50 loc) · 2.15 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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>safehonu.com -- safer meetups</title>
<link href="css/common.css" rel="stylesheet" type="text/css">
</head>
<body>
<div>
<img src="img/safehonu.png" alt="safehonu.com -- safer meetups"/>
<div>
<p/>
<span class="lg"><strong>safehonu.com -- safer meetups</strong></span><br/>
simply specify the location, date, and time of your meetup ... if you <em>don't</em> check-in, then we'll notify your emergency contacts
<p/>
<input id="try" type="button" value=" Try it now! "></input>
<span class="sm"><em>or watch the video</em></span>
<p/>
<object width="350" height="300">
<param name="movie" value="http://www.youtube.com/v/Us956OhXF_w" />
<param name="allowFullScreen" value="true" />
<param name="allowscriptaccess" value="always" />
<embed src="http://www.youtube.com/v/Us956OhXF_w" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="350" height="300"></embed>
</object>
<p/><br/><br/>
<span class="sm">(see also)</span><br/>
<span>
<a href="http://m.safehonu.com">m.safehonu.com</a>
or
<a href="http://www.twitter.com/safehonu"><img src="img/twitter.png" alt="follow safehonu.com on twitter"/></a>
</span>
<p/>
<span class="sm">(contact)</span><br/>
<a href="mailto:[email protected]">[email protected]</a>
</div>
</div>
<script src="js/jquery-1.4.2.js" type="text/javascript"></script>
<script src="js/landing.js" type="text/javascript"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-860432-4']);
_gaq.push(['_setDomainName', '.safehonu.com']);
_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>