-
Notifications
You must be signed in to change notification settings - Fork 24
/
index.html
52 lines (46 loc) · 2.26 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="MobileOptimized" content="width" />
<meta name="HandheldFriendly" content="true" />
<meta name="theme-color" content="#000000" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"
/>
<meta name="twitter:site" content="@sinergise" />
<meta name="twitter:creator" content="@sinergise" />
<meta name="twitter:card" content="summary_large_image" />
<meta
name="description"
content="EO Browser makes it possible to browse and compare full resolution images from all the data collections we provide. You simply go to your area of interest, select your desired time range and cloud coverage, and inspect the resulting data in the browser. Try out different visualizations or make your own, download high resolution images and create timelapses."
/>
<meta property="og:image" content="https://www.sentinel-hub.com/img/postcards/postcard.jpg" />
<meta property="og:image:url" content="http://apps.sentinel-hub.com/eo-browser/images/postcard.jpg" />
<meta property="og:site_name" content="Sentinel Hub EO Browser" />
<meta property="og:url" content="http://apps.sentinel-hub.com/eo-browser" />
<meta property="og:locale" content="en_US" />
<meta property="og:title" content="Sentinel Hub EO Browser" />
<meta
property="og:description"
content="Sentinel Hub EO Browser playing with Sentinel satellite imagery"
/>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" href="/favicon.ico" sizes="any" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="/manifest.json" />
<script type="text/javascript" src="/fflate.js"></script>
<title>Sentinel Hub EO Browser</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/index.jsx"></script>
<div id="code_editor_portal"></div>
<script></script>
</body>
</html>