forked from beefyfinance/beefy-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (34 loc) · 1.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<title data-rh="true">Beefy</title>
<meta data-rh="true" name="description" content="The Multichain Yield Optimizer" />
<meta data-rh="true" property="og:title" content="Beefy" />
<meta data-rh="true" property="og:type" content="website" />
<meta data-rh="true" property="og:description" content="The Multichain Yield Optimizer" />
<meta data-rh="true" property="og:image" content="https://app.beefy.com/assets/meta/social20220521.png" />
<meta data-rh="true" property="og:image:width" content="1200" />
<meta data-rh="true" property="og:image:height" content="630" />
<meta data-rh="true" property="twitter:card" content="summary_large_image" />
<meta data-rh="true" property="twitter:site" content="@beefyfinance" />
<meta data-rh="true" property="twitter:creator" content="@beefyfinance" />
<meta data-rh="true" property="twitter:title" content="Beefy" />
<meta data-rh="true" property="twitter:description" content="The Multichain Yield Optimizer" />
<meta data-rh="true" property="twitter:image" content="https://app.beefy.com/assets/meta/social20220521.png" />
<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=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap"
rel="stylesheet">
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>