forked from StudioFolder/float-predictor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
20 lines (20 loc) · 1.12 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0, maximum-scale=1">
<meta property="og:url" content="http://floatpredictor.aerocene.org/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Aerocene Float Predictor" />
<meta property="og:description" content="Travel around the earth lifted only by the sun, carried only by the wind, towards a clean and sustainable future." />
<meta property="og:image" content="http://floatpredictor.aerocene.org/static/img/aerocene_float_predictor.png" />
<title>Aerocene Float Predictor</title>
<!--<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/89/three.min.js"></script>-->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAw8BI07AobMCAes3ECLC8C_J4aJtZndjI&libraries=places"></script>
<link rel="shortcut icon" type="image/png" href="/static/img/favicon.ico"/>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>