-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (35 loc) · 2.69 KB
/
Copy pathindex.html
File metadata and controls
39 lines (35 loc) · 2.69 KB
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
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Earth Day 2016</title>
<meta charset="utf-8">
<meta name="name" content="Above the Clouds - Earth Day">
<meta name="image" content="http://www.plus360degrees.com/jpgs/shareImageEarth.jpg">
<meta name="description" content="Above the Clouds is a cinematic experience over the Earth. It was created for the Earth Day to remind us about the beauty and uniqueness of our planet and to inspire us to be better in our relationship with each other and the Earth.">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Above the Clouds - Earth Day">
<meta name="twitter:site" content="@plus360degrees">
<meta name="twitter:creator" content="@plus360degrees">
<meta name="twitter:image:src" content="http://www.plus360degrees.com/jpgs/shareImageEarth.jpg">
<meta name="twitter:description" content="Above the Clouds is a cinematic experience over the Earth. It was created for the Earth Day to remind us about the beauty and uniqueness of our planet and to inspire us to be better in our relationship with each other and the Earth.">
<meta property="og:type" content="website">
<meta property="og:title" content="Above the Clouds - Earth Day" />
<meta property="og:image" content="http://www.plus360degrees.com/jpgs/shareImageEarth.jpg" />
<meta property="og:url" content="http://earth.plus360degrees.com/" />
<meta property="og:description" content="Above the Clouds is a cinematic experience over the Earth. It was created for the Earth Day to remind us about the beauty and uniqueness of our planet and to inspire us to be better in our relationship with each other and the Earth." />
<link rel="shortcut icon" href="http://www.plus360degrees.com/jpgs/earth.ico">
<link href='http://fonts.googleapis.com/css?family=Maven+Pro:400,700' rel='stylesheet' type='text/css'>
<link href="css/earth.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="vendor/three.min.js"></script>
<script type="text/javascript" src="vendor/TweenMax.min.js"></script>
<script type="text/javascript" src="vendor/buzz.min.js"></script>
<script type="text/javascript" src="js/Postprocessing.js"></script>
<script type="text/javascript" src="js/PxLoader.js"></script>
<script type="text/javascript" src="js/OrbitControls.js"></script>
<script type="text/javascript" src="js/FileSaver.js"></script>
<script type="text/javascript" src="js/p360d.js"></script>
<script type="text/javascript" src="js/Main.js"></script>
</head>
<body></body>
</html>