-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
78 lines (71 loc) · 3.65 KB
/
index.html
File metadata and controls
78 lines (71 loc) · 3.65 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=2">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=2">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=2">
<link rel="manifest" href="/site.webmanifest?v=2">
<link rel="mask-icon" href="/safari-pinned-tab.svg?v=2" color="#20be5e">
<link rel="shortcut icon" href="/favicon.ico?v=2">
<meta name="msapplication-TileColor" content="#000000">
<meta name="theme-color" content="#090c0c">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="/telegram-web-app.js"></script>
<meta name="description"
content="Instant token swaps with best rates and high liquidity on MyTonSwap, a decentralized exchange platform on the TON blockchain.">
<title>TON Blockchain Swap Platform - MyTonSwap</title>
<meta name="keywords"
content="TON blockchain swap, token swap, jetton swap, decentralized exchange, TON blockchain, MyTonSwap">
<link rel="canonical" href="https://app.mytonswap.com">
<!-- Open Graph meta tags (for social sharing) -->
<meta property="og:title" content="TON Blockchain Swap Platform - MyTonSwap">
<meta property="og:description"
content="Instant token swaps with best rates and high liquidity on MyTonSwap, a decentralized exchange platform on the TON blockchain.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://app.mytonswap.com">
<meta property="og:image" content="https://app.mytonswap.com/logo.png">
<!-- Twitter Card meta tags (for Twitter sharing) -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="TON Blockchain Swap Platform - MyTonSwap">
<meta name="twitter:description"
content="Instant token swaps with best rates and high liquidity on MyTonSwap, a decentralized exchange platform on the TON blockchain.">
<meta name="twitter:image" content="https://app.mytonswap.com/logo.png">
<meta name="theme-color" content="#20be5e" media="(prefers-color-scheme: light)">
<meta name="theme-color" content="#000000" media="(prefers-color-scheme: dark)">
<script>
if (window.Telegram.WebApp.initData.length !== 0) {
const theme = window.Telegram.WebApp.colorScheme
document.documentElement.style.backgroundColor = theme === "dark" ? "#101828" : "#ffffff"
}
</script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
rel="stylesheet">
</head>
<body class="antialiased">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FTXYYYY401"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-FTXYYYY401');
</script>
<!-- Hotjar Tracking Code for https://mytonswap.com -->
<script>
(function (h, o, t, j, a, r) {
h.hj = h.hj || function () { (h.hj.q = h.hj.q || []).push(arguments) };
h._hjSettings = { hjid: 5049808, hjsv: 6 };
a = o.getElementsByTagName('head')[0];
r = o.createElement('script'); r.async = 1;
r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv;
a.appendChild(r);
})(window, document, 'https://static.hotjar.com/c/hotjar-', '.js?sv=');
</script>
</body>
</html>