-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (44 loc) · 1.84 KB
/
index.html
File metadata and controls
49 lines (44 loc) · 1.84 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- URL -->
<link rel="canonical" href="https://hyperdrive.box" />
<meta property="og:url" content="https://hyperdrive.box" />
<!-- Site info -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<title>Hyperdrive - DeFi Yield, your way</title>
<meta
name="description"
content="Hyperdrive is a novel AMM protocol for fixed and variable rates. It was built to simplify the UX and efficiency of yield markets across DeFi."
/>
<!-- Social media -->
<meta property="og:type" content="website" />
<meta property="og:image" content="https://i.imgur.com/pRanJON.png" />
<meta property="og:title" content="Hyperdrive - DeFi Yield, your way" />
<meta
property="og:description"
content="Hyperdrive is a novel AMM protocol for fixed and variable rates. It was built to simplify the UX and efficiency of yield markets across DeFi."
/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@delv_tech" />
<!-- Fonts -->
<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=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=Inter:wght@100..900&display=swap"
rel="stylesheet"
/>
<!-- Analytics -->
<script
defer
data-domain="hyperdrive.box"
src="https://plausible.io/js/script.js"
></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>