-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathindex.html
More file actions
221 lines (205 loc) · 7.45 KB
/
index.html
File metadata and controls
221 lines (205 loc) · 7.45 KB
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1"
/>
<meta name="theme-color" content="#000000" />
<!-- Primary Meta Tags -->
<title>Reserve app | DTFs</title>
<meta name="title" content="Reserve app | DTFs" />
<meta
name="description"
content="Reserve is the leading platform for permissionless DTFs and asset-backed currencies. Create, manage & trade tokenized indexes with 24/7 transparency."
/>
<meta
name="keywords"
content="RSR, RToken, DTF, decentralized token folios, crypto index funds, tokenized indexes, asset-backed currencies, DeFi, cryptocurrency, Reserve Protocol"
/>
<meta name="author" content="Reserve Protocol" />
<meta name="robots" content="index, follow" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://app.reserve.org/" />
<meta property="og:title" content="Reserve app | DTFs" />
<meta
property="og:description"
content="Reserve is the leading platform for permissionless DTFs and asset-backed currencies. Create, manage & trade tokenized indexes with 24/7 transparency."
/>
<meta
property="og:image"
content="/imgs/og_image.webp"
/>
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://app.reserve.org/" />
<meta
property="twitter:title"
content="Reserve Protocol - Decentralized Token Folios (DTFs) & Asset-Backed Currencies"
/>
<meta
property="twitter:description"
content="Reserve is the leading platform for permissionless DTFs and asset-backed currencies. Create, manage & trade tokenized indexes with 24/7 transparency."
/>
<meta
property="twitter:image"
content="/imgs/og_image.webp"
/>
<!-- Canonical -->
<link rel="canonical" href="https://app.reserve.org/" />
<!-- Identity (rel=me) -->
<link rel="me" href="https://reserve.org/" />
<link rel="me" href="https://github.com/reserve-protocol" />
<!-- Favicon -->
<link rel="icon" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/logo192.png" />
<link rel="manifest" href="/manifest.json" />
<!-- Preconnect to third-party domains -->
<link rel="preconnect" href="https://api.reserve.org" crossorigin />
<link rel="preconnect" href="https://api.goldsky.com" crossorigin />
<link rel="dns-prefetch" href="https://token-icons.llamao.fi" />
<link rel="dns-prefetch" href="https://www.googletagmanager.com" />
<link rel="dns-prefetch" href="https://connect.facebook.net" />
<!-- Preload hero splash — ONLY on home. The image is React-rendered,
so the parser can't discover it; injecting via JS runs before the
main bundle downloads, which is the real bottleneck anyway. -->
<script>
(function () {
if (location.pathname !== '/') return
var base = matchMedia('(prefers-color-scheme: dark)').matches
? '/imgs/home-splash-dark'
: '/imgs/home-splash'
var link = document.createElement('link')
link.rel = 'preload'
link.as = 'image'
link.fetchPriority = 'high'
link.href = base + '@1x.webp'
link.imageSrcset = base + '@1x.webp 1x, ' + base + '.webp 2x'
document.head.appendChild(link)
})()
</script>
<!-- Agent discovery -->
<link rel="alternate" type="text/plain" href="/llms.txt" title="llms.txt" />
<link rel="describedby" href="/llms.txt" />
<!-- Structured data: Organization + WebSite (static; no volatile fields) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"@id": "https://reserve.org/#org",
"name": "Reserve Protocol",
"url": "https://reserve.org",
"logo": "https://app.reserve.org/logo192.png",
"sameAs": [
"https://github.com/reserve-protocol",
"https://x.com/reserveprotocol"
]
},
{
"@type": "WebSite",
"@id": "https://app.reserve.org/#site",
"name": "Reserve Register",
"url": "https://app.reserve.org/",
"description": "Official interface for Decentralized Token Folios (DTFs) on the Reserve Protocol.",
"publisher": { "@id": "https://reserve.org/#org" }
}
]
}
</script>
<!-- Preload Fonts -->
<link
rel="preload"
as="font"
type="font/otf"
href="/fonts/TWKLausanne-300.otf"
crossorigin
/>
<link
rel="preload"
as="font"
type="font/otf"
href="/fonts/TWKLausanne-500.otf"
crossorigin
/>
<link
rel="preload"
as="font"
type="font/otf"
href="/fonts/TWKLausanne-700.otf"
crossorigin
/>
<!-- Google Tag Manager — deferred to idle so GTM-fired tags (Criteo,
Taboola, Adform, Hotjar, Mixpanel, etc.) stay off the critical path.
dataLayer is defined synchronously so app code can push events early. -->
<script>
window.dataLayer = window.dataLayer || [];
(function () {
function loadGTM() {
window.dataLayer.push({ 'gtm.start': Date.now(), event: 'gtm.js' });
var s = document.createElement('script');
s.async = true;
s.src = 'https://www.googletagmanager.com/gtm.js?id=GTM-WPKVXLPX';
document.head.appendChild(s);
}
if ('requestIdleCallback' in window) {
requestIdleCallback(loadGTM, { timeout: 3000 });
} else {
addEventListener('load', function () { setTimeout(loadGTM, 1500); });
}
})();
</script>
<!--
<link rel="preconnect" href="https://fonts.cdnfonts.com" />
<link rel="stylesheet" href="https://fonts.cdnfonts.com/css/satoshi" /> -->
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
<!-- Meta Pixel — stub is synchronous so app code can call fbq(...) right
away; SDK + initial PageView load on idle. -->
<script>
!(function (f) {
if (f.fbq) return
var n = (f.fbq = function () {
n.callMethod
? n.callMethod.apply(n, arguments)
: n.queue.push(arguments)
})
if (!f._fbq) f._fbq = n
n.push = n
n.loaded = !0
n.version = '2.0'
n.queue = []
})(window)
;(function () {
function loadPixel() {
var s = document.createElement('script')
s.async = true
s.src = 'https://connect.facebook.net/en_US/fbevents.js'
document.head.appendChild(s)
fbq('init', '1639552693295571')
fbq('track', 'PageView')
}
if ('requestIdleCallback' in window) {
requestIdleCallback(loadPixel, { timeout: 3000 })
} else {
addEventListener('load', function () { setTimeout(loadPixel, 1500) })
}
})()
</script>
<noscript>
<img
height="1"
width="1"
style="display: none"
src="https://www.facebook.com/tr?id=1639552693295571&ev=PageView&noscript=1"
alt="Facebook Pixel"
/>
</noscript>
</body>
</html>