-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
32 lines (30 loc) · 1.3 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 class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Otto, el pulpo invisible de 8manos</title>
<meta name="description" content="Otto, el pulpo invisible de 8manos">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">
body, html { text-align: center; }
body, html, img { margin:0; padding: 0}
img { width: 100%; max-width: 1600px; height: auto; }
</style>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<script>window.html5</script>
<![endif]-->
</head>
<body>
<img src="img/otto_web.jpg" alt="Otto, el pulpo invisible de 8manos"/>
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-18501899-1');ga('send','pageview');
</script>
</body>
</html>