forked from VenusProtocol/venus-protocol-interface
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·98 lines (91 loc) · 3.59 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="robots" content="noindex" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0" />
<meta name="format-detection" content="telephone=no" />
<meta name="application-name" content="Venus Protocol" />
<meta name="theme-color" content="#3A78FF" />
<link rel="icon" type="image/png" sizes="16x16" href="https://venus.io/favicon-16x16.png" />
<link rel="icon" type="image/png" sizes="32x32" href="https://venus.io/favicon-32x32.png" />
<meta name="title" content="Venus Protocol" />
<meta
name="description"
content="Venus is a decentralized finance (DeFi) algorithmic money market protocol on BNB Chain."
/>
<meta
name="keywords"
content="venus, venus protocol, defi, borrow, lend, crypto, blockchain, bsc, bnb, bnb chain, decentralized finance"
/>
<link rel="canonical" href="https://venus.io" />
<!-- Open Graph -->
<meta property="og:title" content="Venus Protocol" />
<meta property="og:site_name" content="Venus Protocol" />
<meta property="og:url" content="https://venus.io" />
<meta property="og:image" content="https://venus.io/share.png" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta
property="og:description"
content="Venus is a decentralized finance (DeFi) algorithmic money market protocol on BNB Chain."
/>
<!-- Twitter -->
<meta name="twitter:title" content="Venus Protocol" />
<meta name="twitter:card" content="summary_large_image" />
<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:image" content="https://venus.io/share.png" />
<meta name="twitter:site" content="@venusprotocol" />
<meta name="twitter:creator" content="@venusprotocol" />
<!-- Apple mobile -->
<meta name="apple-mobile-web-app-title" content="Venus Protocol" />
<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"
/>
<title>Venus Protocol</title>
</head>
<body>
<noscript>
Venus is a decentralized finance (DeFi) algorithmic money market protocol on BNB Chain.
</noscript>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>