-
Notifications
You must be signed in to change notification settings - Fork 10
/
index.html
22 lines (20 loc) · 999 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/icons/icon-72x72.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Rainbow Swap - Aggregator on TON</title>
<meta name="description" content="Swap TON and 2500+ tokens at best rates and minimal price impact." data-react-helmet="true">
<link rel="preconnect" href="https://api.rainbow.ag" />
<link rel="preconnect" href="https://cache.tonapi.io" />
<link rel="dns-prefetch" href="https://raw.githubusercontent.com" />
<link rel="dns-prefetch" href="https://www.googletagmanager.com" />
<script src="/scripts/telegram-web-app.js"></script>
<script async src="https://tganalytics.xyz/index.js" type="text/javascript"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>