-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
24 lines (24 loc) · 1.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://rsms.me/inter/inter.css" />
<title>LINE — a price-protected token</title>
<meta name="og:title" content="LINE — a price-protected token" />
<meta property="og:image" content="/og-img.png" />
<meta
name="description"
content="LINE is a price-protected token. If its price grows, you can book a profit. If it falls, you can get your collateral back (less fees). You are always above a certain line. You can bridge LINE to Obyte and earn about 7% APY from Kava Rise."
/>
<meta
name="og:description"
content="LINE is a price-protected token. If its price grows, you can book a profit. If it falls, you can get your collateral back (less fees). You are always above a certain line. You can bridge LINE to Obyte and earn about 7% APY from Kava Rise."
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>