-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (34 loc) · 1.58 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Rob Spin!</title>
<meta name="description" content="Charles Robert Misasi: Original Gangster" />
<!-- Open Graph data -->
<meta property="og:title" content="Rob Spin!" />
<meta property="og:type" content="article" />
<meta property="og:url" content="http://robspin.com/" />
<meta property="og:image" content="http://robspin.com/images/rob.gif" />
<meta property="og:description" content="Charles Robert Misasi: Original Gangster" />
<link href="/static/css/style.css" type="text/css" rel="stylesheet"/>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript" src="/static/js/script.js"></script>
<audio id="audio_1" autoplay loop><source src="/static/audio/RightRound.mp3" type="audio/mpeg" /></audio>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-58448322-5', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="center outer">
<div class="center inner">
<img id="rob" src="/static/images/christmas_rob.gif" />
<h3 class="counter">You've sat through <span>0</span> jolly Robspins!</h3>
</div>
</div>
</body>
</html>