-
Notifications
You must be signed in to change notification settings - Fork 15
/
index.html
52 lines (52 loc) · 1.89 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
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<title>Geo Web: Building Augmented, Shared Reality</title>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, viewport-fit=cover"
/>
<meta
name="description"
content="Using radical markets and governance for the public good in the spatial computing era"
/>
<meta property="og:url" content="https://geoweb.land" />
<meta property="og:type" content="website" />
<meta
property="og:title"
content="Geo Web: Building Augmented, Shared Reality"
/>
<meta
property="og:description"
content="Using radical markets and governance for the public good in the spatial computing era"
/>
<meta
property="og:image"
content="https://opengraph.b-cdn.net/production/documents/95bf2f0d-ac52-4100-ab15-76fb07c8ad20.png?token=J2AJyyxBeGJ9ye0igp82DDvUVFPGfs5_1uBK5aDGzD0&height=615&width=1200&expires=33244229630"
/>
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="geoweb.land" />
<meta property="twitter:url" content="https://geoweb.land" />
<meta
name="twitter:title"
content="Geo Web: Building Augmented, Shared Reality"
/>
<meta
name="twitter:description"
content="Using radical markets and governance for the public good in the spatial computing era"
/>
<meta
name="twitter:image"
content="https://opengraph.b-cdn.net/production/documents/95bf2f0d-ac52-4100-ab15-76fb07c8ad20.png?token=J2AJyyxBeGJ9ye0igp82DDvUVFPGfs5_1uBK5aDGzD0&height=615&width=1200&expires=33244229630"
/>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="react-root"></div>
<script>
window.global = window;
</script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>