-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (42 loc) · 1.97 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" />
<title>Maps Over Void</title>
<meta
name="description"
content="This template provides a minimal setup for map enthusiasts, featuring OpenStreetMap, Mapbox satellite tiles, Google Photorealistic Tiles, and enhanced interactions with R3F, all within the same context."
/>
<meta
name="keywords"
content="map enthusiasts, OpenStreetMap, Mapbox satellite tiles, Google Photorealistic Tiles, R3F, Maps Over Void"
/>
<meta name="robots" content="index, follow" />
<meta property="og:title" content="Maps Over Void" />
<meta
property="og:description"
content="This template provides a minimal setup for map enthusiasts, featuring OpenStreetMap, Mapbox satellite tiles, Google Photorealistic Tiles, and enhanced interactions with R3F, all within the same context."
/>
<meta property="og:url" content="" />
<meta property="og:image" content="" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="social picture" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Maps Over Void" />
<meta
name="twitter:description"
content="This template provides a minimal setup for map enthusiasts, featuring OpenStreetMap, Mapbox satellite tiles, Google Photorealistic Tiles, and enhanced interactions with R3F, all within the same context."
/>
<meta name="twitter:image" content="" />
<meta name="twitter:image:width" content="1200" />
<meta name="twitter:image:height" content="630" />
<meta name="twitter:image:alt" content="social picture" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>