-
Notifications
You must be signed in to change notification settings - Fork 86
/
index.html
37 lines (37 loc) · 2.56 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
37
<!DOCTYPE html>
<html lang="en">
<head>
<script type="module" src="/src/redirect.ts"></script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<title>Polkaswap — The DEX for the Interoperable Future.</title>
<meta name="title" property="title" content="Polkaswap — The DEX for the Interoperable Future." />
<meta name="description" property="description" content="Cross-chain exchange of assets, simple creation and listing of new assets, and the easiest swaps ever. The interoperable future of Polkadot is here and we are at the forefront!">
<meta name="keywords" property="keywords" content="Polkaswap, DEX, Cross-chain, DeFi, AMM, Polkadot, Ecosystem, Interoperable, Future, SORA, SORA network, Kusama">
<meta name="author" property="author" content="SORA">
<meta name="twitter:title" content="Polkaswap — The DEX for the Interoperable Future." />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="https://polkaswap.io/polkaswap-share-image.jpg" />
<meta name="twitter:site" content="@polkaswap" />
<meta name="twitter:description" content="Cross-chain exchange of assets, simple creation and listing of new assets, and the easiest swaps ever. The interoperable future of Polkadot is here and we are at the forefront!" />
<meta property="og:title" content="Polkaswap — The DEX for the Interoperable Future.">
<meta property="og:description" content="Cross-chain exchange of assets, simple creation and listing of new assets, and the easiest swaps ever. The interoperable future of Polkadot is here and we are at the forefront!" />
<meta property="og:site_name" content="Polkaswap" />
<meta property="og:type" content="website">
<meta property="og:url" content="https://polkaswap.io/">
<meta property="og:image" content="https://polkaswap.io/polkaswap-share-image.jpg">
<meta property="og:image:secure_url" content="https://polkaswap.io/polkaswap-share-image.jpg" />
<meta property="og:image:width" content="1280" />
<meta property="og:image:height" content="630" />
<script src="https://telegram.org/js/telegram-web-app.js"></script>
</head>
<body>
<noscript>
<strong>We're sorry but Polkaswap doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>