-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (31 loc) · 1.48 KB
/
index.html
File metadata and controls
33 lines (31 loc) · 1.48 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/icon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>UnitMetal Web App</title>
<meta name="description" content="Professional interface for the future of finance" />
<!-- Open Graph -->
<meta property="og:title" content="UnitMetal Web App" />
<meta property="og:description" content="Professional interface for the future of finance" />
<meta property="og:url" content="https://app.unitmetal.com" />
<meta property="og:site_name" content="UnitMetal Web App" />
<meta property="og:image" content="https://app.unitmetal.com/unitmetal-tbn.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="og-image" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="UnitMetal Web Wallet" />
<meta name="twitter:description" content="Professional interface for the future of finance" />
<meta name="twitter:creator" content="@unitmetalHQ" />
<meta name="twitter:image" content="https://app.unitmetal.com/unitmetal-tbn.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>