-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
51 lines (49 loc) · 2.63 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
<!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:card" content="summary_large_image" />
<meta
name="description"
content="The Copernicus Browser makes it possible to browse and download full resolution images from all Copernicus missions. You simply go to your area of interest, select your desired time range and collection(s), and inspect the resulting data in the Browser. Try out different visualisations or make your own, download high resolution images and create timelapses directly in the Browser or download the raw data for local processing."
/>
<meta name="keywords" content="Browser, Copernicus Data Space Ecosystem, ESA, Copernicus" />
<meta property="og:image" content="https://browser.dataspace.copernicus.eu/images/postcard.jpg" />
<meta property="og:image:url" content="https://browser.dataspace.copernicus.eu/images/postcard.jpg" />
<meta property="og:site_name" content="Copernicus Browser" />
<meta property="og:url" content="https://browser.dataspace.copernicus.eu/" />
<meta property="og:locale" content="en_US" />
<meta property="og:title" content="Copernicus Browser" />
<meta property="og:description" content="Search, visualise and download Sentinel satellite imagery" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap"
rel="stylesheet"
/>
<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>
<script src="/config/config.js"></script>
<title>Copernicus 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>