-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
44 lines (44 loc) · 2.36 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
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='UTF-8'/>
<link href="https://www.concero.io" rel="canonical"/>
<!-- <link href='./src/assets/branding/emblem.svg' rel='icon' type='image/svg+xml'/>-->
<meta content='width=device-width, initial-scale=1.0' name='viewport'/>
<title>Concero.io - Exchange</title>
<meta content="Making cross-chain effortless. A quicker, safer & easier to use cross-chain infrastructure"
name="description">
<meta content="Concero" name="keywords">
<!-- Open Graph / Facebook -->
<meta content="website" property="og:type">
<meta content="https://app.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://app.concero.io/social-media-preview.png' property="og:image">
<!-- Twitter -->
<meta content="summary_large_image" property="twitter:card">
<meta content="https://app.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://app.concero.io/social-media-preview.png' property="twitter:image">
<!-- Google console -->
<meta name="google-site-verification" content="ilXN5GTVG_IHhQfpoLorjUbg270OT-Xl0G6DiUCmm-4" />
<!-- 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="#5e43ff">
<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="var(--color-base-background)">
</head>
<body class='light'>
<div id='root'></div>
<script src='/src/main.tsx' type='module'></script>
</body>
</html>