This repository has been archived by the owner on Sep 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
100 lines (90 loc) · 4.83 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="https://venus.io/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#3A78FF" />
<meta
name="description"
content="Venus is a decentralized finance (DeFi) algorithmic money market protocol on BNB Chain."
/>
<link
rel="icon"
type="image/png"
sizes="192x192"
href="https://venus.io/android-chrome-192x192.png"
/>
<link rel="icon" type="image/png" sizes="32x32" href="https://venus.io/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="https://venus.io/favicon-16x16.png" />
<meta name="msapplication-square70x70logo" content="https://venus.io/70x70.png" />
<meta name="msapplication-square144x144logo" content="https://venus.io/144x144.png" />
<meta name="msapplication-square150x150logo" content="https://venus.io/150x150.png" />
<meta name="msapplication-square310x310logo" content="https://venus.io/310x310.png" />
<meta name="msapplication-wide310x150logo" content="https://venus.io/310x150.png" />
<meta name="msapplication-TileImage" content="https://venus.io/144x144.png" />
<meta name="msapplication-TileColor" content="#3A78FF" />
<link rel="apple-touch-icon" type="image/png" href="https://venus.io/apple-touch-icon.png" />
<link rel="apple-touch-icon" type="image/png" sizes="57x57" href="https://venus.io/57x57.png" />
<link rel="apple-touch-icon" type="image/png" sizes="60x60" href="https://venus.io/60x60.png" />
<link rel="apple-touch-icon" type="image/png" sizes="72x72" href="https://venus.io/72x72.png" />
<link rel="apple-touch-icon" type="image/png" sizes="76x76" href="https://venus.io/76x76.png" />
<link rel="apple-touch-icon" type="image/png" sizes="114x114" href="https://venus.io/114x114.png" />
<link rel="apple-touch-icon" type="image/png" sizes="120x120" href="https://venus.io/120x120.png" />
<link rel="apple-touch-icon" type="image/png" sizes="144x144" href="https://venus.io/144x144.png" />
<link rel="apple-touch-icon" type="image/png" sizes="152x152" href="https://venus.io/152x152.png" />
<link rel="apple-touch-icon" type="image/png" sizes="180x180" href="https://venus.io/180x180.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="https://venus.io/manifest.json" />
<!--
Notice the use of in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Venus Protocol</title>
<meta
name="keywords"
content="venus, venus protocol, defi, borrow, lend, crypto, blockchain, bsc, bnb, bnb chain, decentralized finance"
/>
<meta name="format-detection" content="telephone=no" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="twitter:site" content="@venusprotocol" />
<meta name="twitter:creator" content="@venusprotocol" />
<meta name="twitter:title" content="Venus Protocol" />
<meta
name="twitter:description"
content="Venus is a decentralized finance (DeFi) algorithmic money market protocol on BNB Chain."
/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image:src" content="https://venus.io/share.png" />
<meta name="theme-color" content="#3A78FF" />
<meta property="og:title" content="Venus Protocol" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://venus.io/" />
<meta property="og:image" content="https://venus.io/share.png" />
<meta
property="og:description"
content="Venus is a decentralized finance (DeFi) algorithmic money market protocol on BNB Chain."
/>
<link href="https://venus.io/" rel="canonical" />
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
<script type="module" src="/src/index.tsx"></script>
</body>
</html>