-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (28 loc) · 1.09 KB
/
index.html
File metadata and controls
28 lines (28 loc) · 1.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-H0VTNFZFWV"
></script>
<meta charset="UTF-8" />
<meta name="description" content="An Algorand Wallet" />
<meta name="keywords" content="Algorand, Wallet, Ledger, Algo, ASA" />
<meta property="og:title" content="Lute" />
<meta property="og:description" content="An Algorand Wallet" />
<meta property="og:image" content="https://lute.app/og-img.png" />
<meta property="og:url" content="https://lute.app" />
<meta name="twitter:card" content="summary_large_image" />
<link rel="icon" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180" />
<link rel="mask-icon" href="/mask-icon.svg" color="#000000" />
<meta name="theme-color" content="#000000" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Lute</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>