-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (49 loc) · 2.46 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
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='UTF-8' />
<meta content='width=device-width, initial-scale=1.0' name='viewport' />
<link href='https://www.concero.io' rel='canonical' />
<!-- <link rel='icon' href='/logo.png'>-->
<meta content='width=device-width, initial-scale=1.0' name='viewport' />
<title>Concero.io</title>
<meta
content='Making cross-chain effortless. A quicker, safer & easier to use cross-chain infrastructure'
name='description'>
<meta content='Concero, Cross-chain DEX, Staking Aggregator, Blockchain, Decentralized Exchange' name='keywords'>
<!-- Open Graph / Facebook -->
<meta content='website' property='og:type'>
<meta content='https://www.concero.io/' property='og:url'>
<meta content="Concero - making cross-chain effortless" property='og:title'>
<meta
content='Making cross-chain effortless. A quicker, safer & easier to use cross-chain infrastructure'
property='og:description'>
<meta content='https://www.concero.io/testnet.png' property='og:image'>
<!-- Twitter -->
<meta content='summary_large_image' property='twitter:card'>
<meta content='https://www.concero.io/' property='twitter:url'>
<meta content="Concero - making cross-chain effortless" property='twitter:title'>
<meta
content='Making cross-chain effortless. A quicker, safer & easier to use cross-chain infrastructure'
property='twitter:description'>
<meta content='https://www.concero.io/testnet.png' property='twitter:image'>
<!-- Google search console verification -->
<meta name='google-site-verification' content='2mV3CqZNHBYCa3o4so--BITOp8nXksMsMtEZZnyPCsE' />
<!-- favicon-->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=4">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=4">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=4">
<link rel="manifest" href="/site.webmanifest?v=4">
<link rel="mask-icon" href="/safari-pinned-tab.svg?v=4" color="#5bbad5">
<link rel="shortcut icon" href="/favicon.ico?v=4">
<meta name="apple-mobile-web-app-title" content="Concero">
<meta name="application-name" content="Concero">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="theme-color" content="#ffffff">
</head>
<body class='light'>
<div id='root'></div>
<script src='/src/main.tsx' type='module'></script>
<script src="https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit" defer></script>
</body>
</html>