-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
50 lines (50 loc) · 2.18 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>FunStake - Stake, Play, Win on the NEAR Blockchain</title>
<meta
content="FunStake offers a risk-free lottery experience on the NEAR blockchain. Stake your coins in pools, compete for rewards, and enjoy the thrill of winning without losing your initial investment. Join now to stake, play, and win with FunStake!"
name="description"
/>
<meta
content="FunStake - Stake, Play, Win on the NEAR Blockchain"
property="og:title"
/>
<meta
content="FunStake offers a risk-free lottery experience on the NEAR blockchain. Stake your coins in pools, compete for rewards, and enjoy the thrill of winning without losing your initial investment. Join now to stake, play, and win with FunStake!"
property="og:description"
/>
<meta
content="https://funstake.netlify.app/funstake_files/og_image.png"
property="og:image"
/>
<meta
content="FunStake - Stake, Play, Win on the NEAR Blockchain"
property="twitter:title"
/>
<meta
content="FunStake offers a risk-free lottery experience on the NEAR blockchain. Stake your coins in pools, compete for rewards, and enjoy the thrill of winning without losing your initial investment. Join now to stake, play, and win with FunStake!"
property="twitter:description"
/>
<meta
content="https://funstake.netlify.app/funstake_files/og_image.png"
property="twitter:image"
/>
<meta property="og:type" content="website" />
<meta content="summary_large_image" name="twitter:card" />
<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=Oswald:wght@200..700&display=swap"
rel="stylesheet"
/>
<script src="https://telegram.org/js/telegram-web-app.js"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>