forked from Fluxora-Org/Fluxora-Frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (43 loc) · 1.66 KB
/
Copy pathindex.html
File metadata and controls
45 lines (43 loc) · 1.66 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Fluxora — Continuous Capital</title>
<meta
name="description"
content="Fluxora helps teams stream treasury capital continuously on Stellar with dashboard, recipient, and wallet workflows."
/>
<meta name="theme-color" content="#06B6D4" />
<link rel="canonical" href="https://fluxora.app/" />
<!-- Open Graph link previews -->
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Fluxora" />
<meta property="og:title" content="Fluxora - Continuous Capital" />
<meta
property="og:description"
content="Stream treasury capital continuously on Stellar with clear dashboards, recipient flows, and wallet-ready controls."
/>
<meta property="og:url" content="https://fluxora.app/" />
<meta
property="og:image"
content="https://fluxora.app/freighter-wallet.jpeg"
/>
<meta property="og:image:alt" content="Fluxora Stellar wallet preview" />
<!-- Twitter Card link previews -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Fluxora - Continuous Capital" />
<meta
name="twitter:description"
content="Stream treasury capital continuously on Stellar with clear dashboards, recipient flows, and wallet-ready controls."
/>
<meta
name="twitter:image"
content="https://fluxora.app/freighter-wallet.jpeg"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>