DmitrMakeev commited on
Commit
9ece2f4
·
verified ·
1 Parent(s): 61c267f

Update pages.html

Browse files
Files changed (1) hide show
  1. pages.html +16 -1
pages.html CHANGED
@@ -7,6 +7,19 @@
7
  <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css">
8
 
9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
 
11
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
12
  <title>GrapesJS Project</title>
@@ -225,7 +238,9 @@ z-index: 1000; /* Убедитесь, что кнопка находится п
225
 
226
  </head>
227
  <body>
228
-
 
 
229
 
230
 
231
 
 
7
  <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css">
8
 
9
 
10
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
11
+ <script src="https://unpkg.com/@vkontakte/vk-bridge/dist/browser.min.js"></script>
12
+ <script type="text/javascript" src="https://vk.com/js/api/openapi.js?169"></script>
13
+
14
+
15
+
16
+
17
+
18
+
19
+
20
+
21
+
22
+
23
 
24
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
25
  <title>GrapesJS Project</title>
 
238
 
239
  </head>
240
  <body>
241
+ <script>
242
+ vkBridge.send('VKWebAppInit');
243
+ </script>
244
 
245
 
246