-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (33 loc) · 1.84 KB
/
Copy pathindex.html
File metadata and controls
39 lines (33 loc) · 1.84 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
34
35
36
37
38
39
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ZAMM DEX</title>
<meta name="description" content="ZAMM is a gas-optimized Ethereum DEX with a built-in DAICO launchpad. Launch tokens and trade on-chain with minimal fees and no custody." />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:title" content="ZAMM DEX" />
<meta property="og:description" content="ZAMM is a gas-optimized Ethereum DEX with a built-in DAICO launchpad. Launch tokens and trade on-chain with minimal fees and no custody." />
<meta property="og:image" content="/og-image.png" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="ZAMM DEX" />
<meta name="twitter:description" content="ZAMM is a gas-optimized Ethereum DEX with a built-in DAICO launchpad. Launch tokens and trade on-chain with minimal fees and no custody." />
<meta name="twitter:image" content="/og-image.png" />
<link rel="icon" href="/zammzamm.png" type="image/png" />
<link rel="apple-touch-icon" href="/zammzamm.png" />
<link rel="preload" as="image" href="/zammzamm.png" />
<!-- Umami Analytics -->
<script defer src="https://umami-production-030c.up.railway.app/script.js" data-website-id="b5205d42-6163-46fd-b09e-8d813aa9776a"></script>
<!-- Wei Name Service SDK -->
<script src="https://import.wei.domains/wei.min.js"
integrity="sha384-kHl2q2pY/CM91u/WWD76+MSoolokbAN9uMbWj41DERwM489kIDBVP5SGUsZuZjL2"
crossorigin="anonymous"></script>
<script type="module" src="/src/theme.ts"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>