-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
42 lines (38 loc) · 1.25 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Compound III Extension</title>
<meta
name="description"
content=""
/>
<link rel="icon" href="/favicon.ico" />
<meta itemprop="name" content="Compound III Extension" />
<meta
itemprop="description"
content=""
/>
<meta itemprop="image" content="/images/meta-tag.jpg" />
<meta property="og:url" content="https://v3-app.compound.finance" />
<meta property="og:type" content="website" />
<meta property="og:title" content="My Compound III Extension" />
<meta
property="og:description"
content=""
/>
<meta property="og:image" content="/images/meta-tag.jpg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Compound III Extension" />
<meta
name="twitter:description"
content=""
/>
<meta name="twitter:image" content="/images/meta-tag.jpg" />
<link rel="apple-touch-icon" sizes="192x192" href="/images/compound-192.png" />
<link rel="apple-touch-icon" sizes="512x512" href="/images/compound-512.png" />
</head>
<body class="theme theme--dark">
<div id="root"></div>
<script type="module" src="./web/StandaloneApp.tsx"></script>
</body>
</html>