-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (25 loc) · 1.41 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/blue-whale-icon.png" />
<link rel="manifest" href="/manifest.json" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="keywords" content="whale, watch, dolphin, whale watching, spotting, penguins, sharks, new zealand, NZ, cetaceans">
<meta name="description" content="User submitted Whale and Dolphin sightings in New Zealand">
<meta property="og:title" content="Whale Watch NZ">
<meta property="og:description" content="User submitted Whale and Dolphin sightings in New Zealand">
<meta property="og:image" content="https://whalewatchbeta.web.app/screenshot-wide.jpg">
<meta property="og:url" content="https://whalewatchbeta.web.app">
<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=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/f8ebf7ed52.js" crossorigin="anonymous"></script>
<link href='https://api.mapbox.com/mapbox-gl-js/v2.8.1/mapbox-gl.css' rel='stylesheet' />
<title>Whale Watch NZ</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>