-
Notifications
You must be signed in to change notification settings - Fork 19
/
index.html
107 lines (95 loc) · 4.24 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<script defer data-domain="app.goosefx.io" src="https://plausible.io/js/script.js"></script>
<script src="https://terminal.jup.ag/main-v3.js" data-preload></script>
<link href="/img/mainnav/favicon.svg" rel="icon" />
<link href="/img/mainnav/favicon.svg" rel="appletouch-icon" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#F7F0FD" media="(prefers-color-scheme: light)" />
<meta name="theme-color" content="#131313" media="(prefers-color-scheme: dark)" />
<link rel="manifest" href="/manifest.json" />
<title>GooseFX | Liquidity Reimagined</title>
<meta name="title" content="GooseFX | Liquidity Reimagined" />
<meta
name="description"
content="Maximize yields, provide seamless liquidity, Stake GOFX and earn real USDC yield on Solana!"
/>
<meta
name="keywords"
content="GooseFX, GOFX, Solana, DeFi, Yield, Liquidity, DeFi Futures, AMM, CLMM, Single Sided Liquidity, Staking Rewards"
/>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://goosefx.io/" />
<meta property="og:title" content="GooseFX | Liquidity Reimagined" />
<meta
property="og:description"
content="Maximize yields, provide seamless liquidity, Stake GOFX and earn real USDC yield on Solana!"
/>
<meta property="og:image" content="https://media.goosefx.io/gfx-opengraph.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://goosefx.io/" />
<meta property="twitter:title" content="GooseFX | Liquidity Reimagined" />
<meta
property="twitter:description"
content="Maximize yields, provide seamless liquidity, Stake GOFX and earn real USDC yield on Solana!"
/>
<meta property="twitter:image" content="https://media.goosefx.io/gfx-opengraph.png" />
<link rel="stylesheet" type="text/css" href="fonts/font-awesome/css/font-awesome.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"
integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA=="
crossorigin="anonymous"
/>
<link rel="stylesheet" type="text/css" href="/css/nivo-lightbox/nivo-lightbox.css" />
<link rel="stylesheet" type="text/css" href="/css/nivo-lightbox/default.css" />
<!-- Facebook Pixel Code -->
<script>
!(function (f, b, e, v, n, t, s) {
if (f.fbq) return
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 = []
t = b.createElement(e)
t.async = !0
t.src = v
s = b.getElementsByTagName(e)[0]
s.parentNode.insertBefore(t, s)
})(window, document, 'script', 'https://connect.facebook.net/en_US/fbevents.js')
fbq('init', '490472842829687')
fbq('track', 'PageView')
</script>
<!-- Microsoft Clarity -->
<script type="text/javascript">
(function (c, l, a, r, i, t, y) {
c[a] = c[a] || function () {(c[a].q = c[a].q || []).push(arguments)};
t = l.createElement(r); t.async = 1; t.src = "https://www.clarity.ms/tag/" + i;
y = l.getElementsByTagName(r)[0]; y.parentNode.insertBefore(t, y);
})(window, document, "clarity", "script", "mimpoe6hdp");
</script>
<img
height="1"
width="1"
src="https://www.facebook.com/tr?id=490472842829687&ev=PageView&noscript=1"
style="height: 0px;"
/>
<noscript> </noscript>
<!-- End Facebook Pixel Code -->
<!-- integrity="sha384-X8UImcJuqB8us448xFTWoa3gQ3ryvSbLYlwx5odER8JS0XZvJDokaQuFYvO9Utli" -->
<script src="https://app.debridge.finance/assets/scripts/widget.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="root"></div>
<script type="text/javascript" src="/js/jquery.1.11.1.js"></script>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>