diff --git a/build/gulp/html.js b/build/gulp/html.js
index 3916ecf..7443e3b 100644
--- a/build/gulp/html.js
+++ b/build/gulp/html.js
@@ -4,7 +4,7 @@ const { BUILD_DESTS } = require('./config');
const { version } = require('../../package.json');
const html = buildDest => {
- let stream = src('src/index.html').pipe(replace('{{VERSION}}', version));
+ let stream = src('src/index.html').pipe(replace('{{VERSION}}', version)).pipe(src('src/ton-connect.html'));
// For extensions add body class and remove Controller.js including
if (buildDest !== BUILD_DESTS.WEB) {
diff --git a/docs/index.html b/docs/index.html
index c803de9..6d8feff 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -83,46 +83,6 @@
-
-
-
diff --git a/docs/ton-connect.html b/docs/ton-connect.html
new file mode 100644
index 0000000..2e557f9
--- /dev/null
+++ b/docs/ton-connect.html
@@ -0,0 +1,139 @@
+
+
+
+
+
+
+
+
TON Wallet
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ How to sign in to services with TON Wallet
+
+
+
+
+
+
+
+
+
+
diff --git a/src/index.html b/src/index.html
index 2b3c031..69d00b5 100644
--- a/src/index.html
+++ b/src/index.html
@@ -83,46 +83,6 @@
-
-
-
diff --git a/src/ton-connect.html b/src/ton-connect.html
new file mode 100644
index 0000000..2e557f9
--- /dev/null
+++ b/src/ton-connect.html
@@ -0,0 +1,139 @@
+
+
+
+
+
+
+
+
TON Wallet
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ How to sign in to services with TON Wallet
+
+
+
+
+
+
+
+
+
+