-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
98 lines (95 loc) · 2.38 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="name"
content="xGov Guru"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1"
/>
<meta
name="theme-color"
content="#E5E5E5"
/>
<link
rel="icon"
type="image/svg+xml"
sizes="any"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🎩</text></svg>"
/>
<!-- HTML Meta Tags -->
<title>xGov Guru</title>
<meta
name="description"
content="Explore Algorand xGov proposals & voting data"
/>
<!-- Facebook Meta Tags -->
<meta
property="og:url"
content="http://xgov.guru"
/>
<meta
property="og:type"
content="website"
/>
<meta
property="og:title"
content="xGov Guru"
/>
<meta
property="og:description"
content="Explore Algorand xGov proposals & voting data"
/>
<meta
property="og:image"
content="https://i.ibb.co/hHj68Mx/xgov-guru-1200x630.png"
/>
<!-- Twitter Meta Tags -->
<meta
name="twitter:card"
content="summary_large_image"
/>
<meta
property="twitter:domain"
content="xgov.guru"
/>
<meta
property="twitter:url"
content="http://xgov.guru"
/>
<meta
name="twitter:title"
content="xGov Guru"
/>
<meta
name="twitter:description"
content="See Algorand xGov proposals & voting data"
/>
<meta
name="twitter:image"
content="https://i.ibb.co/hHj68Mx/xgov-guru-1200x630.png"
/>
<!-- Meta Tags Generated via https://www.opengraph.xyz -->
<!-- Lightweight client-side loader that feature-detects and load polyfills only when necessary -->
<script src="https://cdn.jsdelivr.net/npm/@webcomponents/webcomponentsjs@2/webcomponents-loader.min.js"></script>
<!-- Load the legacy (transpiled) build of <zero-md> -->
<script
defer
src="https://cdn.jsdelivr.net/gh/zerodevx/zero-md@2/dist/zero-md.legacy.min.js"
></script>
<script>
global = globalThis
</script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script
src="/src/index.tsx"
type="module"
></script>
</body>
</html>