This repository was archived by the owner on Oct 23, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
440 lines (404 loc) · 15.6 KB
/
index.html
File metadata and controls
440 lines (404 loc) · 15.6 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
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1"
/>
<link rel="icon" type="image/svg+xml" href="/bolt.png" />
<link rel="manifest" href="/manifest.json" />
<meta name="theme-color" content="#000000" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="apple-mobile-web-app-title" content="Bolt.ag" />
<link rel="apple-touch-icon" href="/apple-icon-180.png" />
<!-- Apple Splash Screens -->
<!-- iPhone 5/SE -->
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)"
href="/apple-splash-640-1136.jpg"
/>
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 568px) and (device-height: 320px) and (-webkit-device-pixel-ratio: 2)"
href="/apple-splash-1136-640.jpg"
/>
<!-- iPhone 6/7/8 -->
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)"
href="/apple-splash-750-1334.jpg"
/>
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 667px) and (device-height: 375px) and (-webkit-device-pixel-ratio: 2)"
href="/apple-splash-1334-750.jpg"
/>
<!-- iPhone 6/7/8 Plus -->
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3)"
href="/apple-splash-1242-2208.jpg"
/>
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 736px) and (device-height: 414px) and (-webkit-device-pixel-ratio: 3)"
href="/apple-splash-2208-1242.jpg"
/>
<!-- iPhone X/XS -->
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3)"
href="/apple-splash-1125-2436.jpg"
/>
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 812px) and (device-height: 375px) and (-webkit-device-pixel-ratio: 3)"
href="/apple-splash-2436-1125.jpg"
/>
<!-- iPhone XR -->
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2)"
href="/apple-splash-828-1792.jpg"
/>
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 896px) and (device-height: 414px) and (-webkit-device-pixel-ratio: 2)"
href="/apple-splash-1792-828.jpg"
/>
<!-- iPhone XS Max -->
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3)"
href="/apple-splash-1242-2688.jpg"
/>
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 896px) and (device-height: 414px) and (-webkit-device-pixel-ratio: 3)"
href="/apple-splash-2688-1242.jpg"
/>
<!-- iPhone 11 -->
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2)"
href="/apple-splash-828-1792.jpg"
/>
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 896px) and (device-height: 414px) and (-webkit-device-pixel-ratio: 2)"
href="/apple-splash-1792-828.jpg"
/>
<!-- iPhone 11 Pro -->
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3)"
href="/apple-splash-1125-2436.jpg"
/>
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 812px) and (device-height: 375px) and (-webkit-device-pixel-ratio: 3)"
href="/apple-splash-2436-1125.jpg"
/>
<!-- iPhone 11 Pro Max -->
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3)"
href="/apple-splash-1242-2688.jpg"
/>
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 896px) and (device-height: 414px) and (-webkit-device-pixel-ratio: 3)"
href="/apple-splash-2688-1242.jpg"
/>
<!-- iPhone 12 mini -->
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3)"
href="/apple-splash-1125-2436.jpg"
/>
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 812px) and (device-height: 375px) and (-webkit-device-pixel-ratio: 3)"
href="/apple-splash-2436-1125.jpg"
/>
<!-- iPhone 12/12 Pro -->
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3)"
href="/apple-splash-1170-2532.jpg"
/>
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 844px) and (device-height: 390px) and (-webkit-device-pixel-ratio: 3)"
href="/apple-splash-2532-1170.jpg"
/>
<!-- iPhone 12 Pro Max -->
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3)"
href="/apple-splash-1284-2778.jpg"
/>
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 926px) and (device-height: 428px) and (-webkit-device-pixel-ratio: 3)"
href="/apple-splash-2778-1284.jpg"
/>
<!-- iPhone 13 mini -->
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3)"
href="/apple-splash-1125-2436.jpg"
/>
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 812px) and (device-height: 375px) and (-webkit-device-pixel-ratio: 3)"
href="/apple-splash-2436-1125.jpg"
/>
<!-- iPhone 13/13 Pro -->
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3)"
href="/apple-splash-1170-2532.jpg"
/>
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 844px) and (device-height: 390px) and (-webkit-device-pixel-ratio: 3)"
href="/apple-splash-2532-1170.jpg"
/>
<!-- iPhone 13 Pro Max -->
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3)"
href="/apple-splash-1284-2778.jpg"
/>
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 926px) and (device-height: 428px) and (-webkit-device-pixel-ratio: 3)"
href="/apple-splash-2778-1284.jpg"
/>
<!-- iPhone 14 -->
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3)"
href="/apple-splash-1170-2532.jpg"
/>
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 844px) and (device-height: 390px) and (-webkit-device-pixel-ratio: 3)"
href="/apple-splash-2532-1170.jpg"
/>
<!-- iPhone 14 Plus -->
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3)"
href="/apple-splash-1284-2778.jpg"
/>
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 926px) and (device-height: 428px) and (-webkit-device-pixel-ratio: 3)"
href="/apple-splash-2778-1284.jpg"
/>
<!-- iPhone 14 Pro -->
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 393px) and (device-height: 852px) and (-webkit-device-pixel-ratio: 3)"
href="/apple-splash-1179-2556.jpg"
/>
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 852px) and (device-height: 393px) and (-webkit-device-pixel-ratio: 3)"
href="/apple-splash-2556-1179.jpg"
/>
<!-- iPhone 14 Pro Max -->
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 430px) and (device-height: 932px) and (-webkit-device-pixel-ratio: 3)"
href="/apple-splash-1290-2796.jpg"
/>
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 932px) and (device-height: 430px) and (-webkit-device-pixel-ratio: 3)"
href="/apple-splash-2796-1290.jpg"
/>
<!-- iPhone 15 -->
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 393px) and (device-height: 852px) and (-webkit-device-pixel-ratio: 3)"
href="/apple-splash-1179-2556.jpg"
/>
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 852px) and (device-height: 393px) and (-webkit-device-pixel-ratio: 3)"
href="/apple-splash-2556-1179.jpg"
/>
<!-- iPhone 15 Plus -->
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 430px) and (device-height: 932px) and (-webkit-device-pixel-ratio: 3)"
href="/apple-splash-1290-2796.jpg"
/>
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 932px) and (device-height: 430px) and (-webkit-device-pixel-ratio: 3)"
href="/apple-splash-2796-1290.jpg"
/>
<!-- iPhone 15 Pro -->
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 393px) and (device-height: 852px) and (-webkit-device-pixel-ratio: 3)"
href="/apple-splash-1179-2556.jpg"
/>
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 852px) and (device-height: 393px) and (-webkit-device-pixel-ratio: 3)"
href="/apple-splash-2556-1179.jpg"
/>
<!-- iPhone 15 Pro Max -->
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 430px) and (device-height: 932px) and (-webkit-device-pixel-ratio: 3)"
href="/apple-splash-1290-2796.jpg"
/>
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 932px) and (device-height: 430px) and (-webkit-device-pixel-ratio: 3)"
href="/apple-splash-2796-1290.jpg"
/>
<!-- iPad -->
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2)"
href="/apple-splash-1536-2048.jpg"
/>
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 1024px) and (device-height: 768px) and (-webkit-device-pixel-ratio: 2)"
href="/apple-splash-2048-1536.jpg"
/>
<!-- iPad Pro 9.7" -->
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2)"
href="/apple-splash-1536-2048.jpg"
/>
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 1024px) and (device-height: 768px) and (-webkit-device-pixel-ratio: 2)"
href="/apple-splash-2048-1536.jpg"
/>
<!-- iPad Pro 10.5" -->
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2)"
href="/apple-splash-1668-2224.jpg"
/>
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 1112px) and (device-height: 834px) and (-webkit-device-pixel-ratio: 2)"
href="/apple-splash-2224-1668.jpg"
/>
<!-- iPad Pro 11" -->
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2)"
href="/apple-splash-1668-2388.jpg"
/>
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 1194px) and (device-height: 834px) and (-webkit-device-pixel-ratio: 2)"
href="/apple-splash-2388-1668.jpg"
/>
<!-- iPad Pro 12.9" -->
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2)"
href="/apple-splash-2048-2732.jpg"
/>
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 1366px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2)"
href="/apple-splash-2732-2048.jpg"
/>
<!-- iPad Air -->
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 820px) and (device-height: 1180px) and (-webkit-device-pixel-ratio: 2)"
href="/apple-splash-1640-2360.jpg"
/>
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 1180px) and (device-height: 820px) and (-webkit-device-pixel-ratio: 2)"
href="/apple-splash-2360-1640.jpg"
/>
<!-- iPad mini -->
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2)"
href="/apple-splash-1536-2048.jpg"
/>
<link
rel="apple-touch-startup-image"
media="screen and (device-width: 1024px) and (device-height: 768px) and (-webkit-device-pixel-ratio: 2)"
href="/apple-splash-2048-1536.jpg"
/>
<title>
Bolt.ag by Nimbus - Get the best swap routes from FlowX, Cetus, Aftermath,
NAVI and 7K
</title>
<meta
name="description"
content="Bolt.ag by Nimbus is a crypto swap application on the SUI blockchain that finds the best routes from FlowX, and 7K for optimal trading rates"
/>
<meta
property="og:title"
content="Bolt.ag by Nimbus - Get the best swap routes from FlowX, Cetus, Aftermath, NAVI and 7K"
/>
<meta
property="og:description"
content="Bolt.ag by Nimbus is a crypto swap application on the SUI blockchain that finds the best routes from FlowX, and 7K for optimal trading rates"
/>
<meta
property="og:image"
content="https://darefun.s3.ap-southeast-1.amazonaws.com/images/0192aa88-0697-703f-818f-a58664a373bd.png"
/>
<meta
name="twitter:title"
content="Bolt.ag by Nimbus - Get the best swap routes from FlowX, Cetus, Aftermath, NAVI and 7K"
/>
<meta
name="twitter:description"
content="Bolt.ag by Nimbus is a crypto swap application on the SUI blockchain that finds the best routes from FlowX, and 7K for optimal trading rates"
/>
<meta
property="twitter:image"
content="https://darefun.s3.ap-southeast-1.amazonaws.com/images/0192aa88-0697-703f-818f-a58664a373bd.png"
data-react-helmet="true"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500;600&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-Z92K90W42Y"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-Z92K90W42Y");
</script>
</body>
</html>