-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (64 loc) · 2.54 KB
/
Copy pathindex.html
File metadata and controls
66 lines (64 loc) · 2.54 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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>GeoLocator Explorer</title>
<meta
name="description"
content="Explore the migration movements of small birds tracked with multi-sensor geolocators and open GeoLocator Data Packages."
/>
<meta name="robots" content="index,follow" />
<link rel="canonical" href="https://geopressure.org/GeoLocatorExplorer/" />
<meta property="og:title" content="GeoLocator Explorer" />
<meta
property="og:description"
content="Explore the migration movements of small birds tracked with multi-sensor geolocators and open GeoLocator Data Packages."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://geopressure.org/GeoLocatorExplorer/" />
<meta property="og:image" content="https://geopressure.org/GeoLocatorExplorer/share.png" />
<meta property="og:site_name" content="GeoLocator Explorer" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="GeoLocator Explorer" />
<meta
name="twitter:description"
content="Explore the migration movements of small birds tracked with multi-sensor geolocators and open GeoLocator Data Packages."
/>
<meta
name="twitter:image"
content="https://geopressure.org/GeoLocatorExplorer/share.png"
/>
<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=Space+Grotesk:wght@400;500;600;700&family=Sora:wght@300;400;500;600&display=swap"
rel="stylesheet"
/>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BJ5F1EELLR"></script>
<script>
(function (l) {
if (l.search[1] === "/") {
const decoded = l.search
.slice(1)
.split("&")
.map((s) => s.replace(/~and~/g, "&"))
.join("?");
window.history.replaceState(null, null, decoded + l.hash);
}
})(window.location);
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-BJ5F1EELLR");
</script>
<script type="module" src="/src/main.js"></script>
</head>
<body>
<div id="app"></div>
</body>
</html>