-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (38 loc) · 2.15 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light" />
<title>BAS Embedded Maps Service</title>
<meta name="description" content="Simple embeddable maps for visualising a feature on a suitable basemap." />
<meta name="application-name" content="BAS Embedded Maps Service" />
<link rel="author" href="https://www.bas.ac.uk/team/business-teams/mapping-and-geographic-information/" />
<meta name="author" content="British Antarctic Survey (BAS) Mapping and Geographic Information Centre (MAGIC)" />
<meta name="keywords" content="BAS,Maps,Embedded,Antarctica,Geographic" />
<meta name="creator" content="British Antarctic Survey (BAS) Mapping and Geographic Information Centre (MAGIC)" />
<!-- Open Graph Meta Data -->
<meta property="og:title" content="BAS Embedded Maps Service" />
<meta property="og:description" content="Simple embeddable maps for visualising a feature on a suitable basemap." />
<meta property="og:image" content="/og.png" />
<meta property="og:image:alt" content="Map of BAS assets tracking" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://embedded-maps-testing.data.bas.ac.uk/v1/" />
<!-- Twitter Card Meta Data -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="BAS Embedded Maps Service" />
<meta name="twitter:description" content="Simple embeddable maps for visualising a feature on a suitable basemap." />
<meta name="twitter:image" content="/og.png" />
<meta name="twitter:image:alt" content="Map of BAS assets tracking" />
<meta name="twitter:site" content="@BAS_News" />
<meta name="twitter:creator" content="@BAS_News" />
<!-- Other Meta Data -->
<meta property="og:locale" content="en_GB" />
<meta name="theme-color" content="#ffffff" />
<link rel="icon" type="image/svg+xml" href="/favicon/icon.svg" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>