-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdinklage.html
37 lines (32 loc) · 1.18 KB
/
dinklage.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>
<title>PETER DINKLAGE</title>
<style>
html { height: 100%; }
body { background-color: white; height: 100% }
img { display: block; margin: 10% auto 0 auto; width: 40%; }
audio { width: 50%; margin: 10% 10% 0 10%; }
p { color: #000; }
</style>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-361587-1']);
_gaq.push(['_setDomainName', 'danbarham.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>
<meta name="description" content="Because Peter Dinklage.">
</head>
<body>
<div style="text-align: center;">
<img src="dinklage.gif" title="PETER DINKLAGE" />
<audio id="audio" src="dinklage.mp3" controls="controls" autoplay="autoplay" loop></audio>
<p><a href="http://youtu.be/DHlzIgSvnYc">Youtube version</a></p>
</div>
</body>
</html>