-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
48 lines (42 loc) · 1.55 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="images/favicon.ico" />
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0" /> -->
<meta name="viewport" content="initial-scale=1, width=device-width" />
<meta property="og:image" content="https://interestprotocol.io/images/ip.png" />
<meta property="og:title" content="Interest Protocol" />
<meta property="og:name" content="Interest Protocol" />
<meta
property="og:description"
content="Lend, borrow, earn yield. Save Simply."
/>
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@InterestDeFi" />
<meta name="twitter:creator" content="@labsGFX" />
<meta name="twitter:title" content="Interest Protocol" />
<meta
name="twitter:description"
content="Lend, borrow, earn yield. Save Simply."
/>
<meta name="twitter:image" content="https://interestprotocol.io/images/ip.png" />
<meta name="keywords" key="keywords" content="Interest, Protocol, usdi, usdc, weth, crypto, Decentralized Finance, DeFi, lending, borrowing, stablecoins, Ethereum," />
<title>Interest Protocol</title>
<style>
html {
height: "100%";
}
body {
min-height: "100%";
display: "flex";
margin-right: "auto";
margin-left: "auto";
}
</style>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>