-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
29 lines (28 loc) · 1.76 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Magic Account Demo</title>
<meta property="og:title" content="Magic Account Demo" />
<meta property="og:site_name" content="Magic Account Demo" />
<meta property="og:description" content="Experience Magic Accounts in action: Try our interactive demo to see how you can spend from one unified balance across multiple chains, without bridging." />
<meta property="description" content="Experience Magic Accounts in action: Try our interactive demo to see how you can spend from one unified balance across multiple chains, without bridging." />
<meta property="og:image" content="https://magicaccount.io/MagicAccountLogo3.png" />
<meta property="og:image:alt" content="Magic Account Logo" />
<meta property="og:url" content="https://demo.magicaccount.io" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="600" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:title" content="Magic Account Demo" />
<meta property="twitter:description" content="Experience Magic Accounts in action: Try our interactive demo to see how you can spend from one unified balance across multiple chains, without bridging." />
<meta property="twitter:url" content="https://demo.magicaccount.io" />
<meta property="twitter:image" content="https://magicaccount.io/MagicAccountLogo3.jpg?4362984378">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>