-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathindex.html
36 lines (34 loc) · 1.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="canonical" href="zk.money" />
<meta name="og:site_name" content="zk.money" />
<meta name="og:title" content="zk.money · Private DeFi has arrived!" />
<meta name="og:description" content="Checkout zk.money by @aztecnetwork. You can now access DeFi privately 🕵️." />
<link rel="me" href="https://twitter.com/aztecnetwork" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@aztecnetwork" />
<meta name="twitter:title" content="zk.money · Private DeFi has arrived!" />
<meta name="twitter:description" content="$TEXT_CONTENT" />
<meta name="twitter:image" content="$IMAGE_CONTENT" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#448fff" />
<meta name="msapplication-TileColor" content="#000000" />
<meta name="theme-color" content="#ffffff" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="/manifest.webmanifest" />
<title>zk.money</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>