-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (38 loc) · 1.57 KB
/
Copy pathindex.html
File metadata and controls
39 lines (38 loc) · 1.57 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>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<meta
name="description"
content="Global Rare eBird maps recent notable bird sightings worldwide using eBird data. Browse regions, filter by checklist status, and share the current view."
/>
<meta name="robots" content="index,follow" />
<link rel="icon" type="image/svg+xml" href="%BASE_URL%favicon.svg" />
<link rel="canonical" href="https://zoziologie.raphaelnussbaumer.com/global-rare-ebird/" />
<title>Global Rare eBird</title>
<meta property="og:title" content="Global Rare eBird" />
<meta
property="og:description"
content="Global Rare eBird maps recent notable bird sightings worldwide using eBird data. Browse regions, filter by checklist status, and share the current view."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://zoziologie.raphaelnussbaumer.com/global-rare-ebird/" />
<meta name="twitter:card" content="summary" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0B2T8GT7JC"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-0B2T8GT7JC");
</script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>