-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
70 lines (65 loc) · 4.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!doctype html>
<html lang="en">
<head>
<title>We Are Tiny : data from all over the solar system !</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Ever wondered what revolves above us ? Get aboard your spacecraft and travel through the Solar System, to go boldly where no man has gone before.">
<meta property="og:title" content="We are tiny - We're taking you to a trip around the solar system"/>
<meta property="og:site_name" content="We are tiny - We're taking you to a trip around the solar system"/>
<meta property="og:type" content="company"/>
<meta property="og:description" content="Ever wondered what revolves above us ? Get aboard your spacecraft and travel through the Solar System, to go boldly where no man has gone before." />
<meta property="og:image" content="http://wearetiny.io/images/og-image.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1400" />
<meta property="og:image:height" content="902" />
<meta name="twitter:site" content="@_wearetiny">
<meta name="twitter:creator" content="@_wearetiny">
<meta name="twitter:title" content="We are tiny - We're taking you to a trip around the solar system">
<meta name="twitter:description" content="Ever wondered what revolves above us ? Get aboard your spacecraft and travel through the Solar System, to go boldly where no man has gone before.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image:src" content="http://wearetiny.io/images/og-image.png">
<meta name="twitter:domain" content="http://wearetiny.io"/>
<link rel="shortcut icon" href="/assets/images/favicon/favicon.ico">
<link rel="apple-touch-icon" sizes="57x57" href="/assets/images/favicon/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="114x114" href="/assets/images/favicon/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="72x72" href="/assets/images/favicon/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="144x144" href="/assets/images/favicon/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="60x60" href="/assets/images/favicon/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="120x120" href="/assets/images/favicon/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="76x76" href="/assets/images/favicon/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="152x152" href="/assets/images/favicon/apple-touch-icon-152x152.png">
<link rel="icon" type="image/png" href="/assets/images/favicon/favicon-196x196.png" sizes="196x196">
<link rel="icon" type="image/png" href="/assets/images/favicon/favicon-160x160.png" sizes="160x160">
<link rel="icon" type="image/png" href="/assets/images/favicon/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/assets/images/favicon/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/assets/images/favicon/favicon-32x32.png" sizes="32x32">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-TileImage" content="/assets/images/favicon/mstile-144x144.png">
<meta name="msapplication-config" content="/assets/images/favicon/browserconfig.xml">
<link type="text/css" rel="stylesheet" href="assets/css/style.css" />
<script data-main="js/main" src="js/libs/require.js"></script>
</head>
<body>
<section id="main">
</section>
<section id="loader" class="on">
<div>
<div class="sun"></div>
<div class="earth"></div>
<div class="mercury"></div>
<div class="venus"></div>
<div class="mars"></div>
</div>
</section>
<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-51418139-1', 'wearetiny.io');
ga('send', 'pageview');
</script>
</body>
</html>