-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (37 loc) · 1.19 KB
/
Copy pathindex.html
File metadata and controls
40 lines (37 loc) · 1.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="favicon.svg" type="image/svg+xml" />
<title>StakeFlow - Premium Investment Platform</title>
<meta
name="description"
content="StakeFlow: Premium staking and investment platform with 25% returns in 7 days. Unified user and admin dashboards."
/>
<meta name="author" content="StakeFlow" />
<meta
property="og:title"
content="StakeFlow - Premium Investment Platform"
/>
<meta
property="og:description"
content="Premium staking with 25% returns in 7 days. Invest with confidence."
/>
<meta property="og:type" content="website" />
<meta
property="og:image"
content="https://stakeflow.app/opengraph-image.png"
/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@StakeFlow" />
<meta
name="twitter:image"
content="https://stakeflow.app/twitter-image.png"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>