-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
59 lines (54 loc) · 2.17 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
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Ton Console</title>
<!-- indexing -->
<meta name="fragment" content="”!”" />
<meta name="robots" content="index,follow" />
<meta name="audience" content="all" />
<!-- indexing -->
<!-- description -->
<meta
name="description"
content="Launch a successful business with TON blockchain: manage dapps, tokens and payments in one place with powerful API and deep commercial integrations"
/>
<meta
name="keywords"
content="dapps, business, TON, API, blockchain, Web3, console, B2B, development"
/>
<!-- description -->
<!-- Open Graph meta -->
<meta property="og:type" content="website" />
<meta property="og:locale" content="en_US" />
<meta property="og:url" content="https://tonconsole.com" />
<meta property="og:site_name" content="Service with business tools for TON blockchain" />
<meta property="og:title" content="Ton Console" />
<meta property="og:image" content="https://tonconsole.com/og-image.png" />
<meta
property="og:description"
content="Launch a successful business with TON blockchain: manage dapps, tokens and payments in one place with powerful API and deep commercial integrations"
/>
<!-- Open Graph meta -->
<!-- Twitter meta -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@tonappshq" />
<meta property="twitter:url" content="https://tonconsole.com" />
<meta name="twitter:title" content="Ton Console" />
<meta
name="twitter:description"
content="Service with business tools for TON blockchain. All to easy launching Web3 apps, API calls and transactions control in few clicks"
/>
<!-- Twitter meta -->
<!-- favicon -->
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" href="/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="manifest" href="/manifest.json">
<!-- favicon -->
</head>
<body>
<%- injectScript %>
</body>
</html>