Update data_gc_tab.html
Browse files- data_gc_tab.html +11 -2
data_gc_tab.html
CHANGED
|
@@ -1,9 +1,17 @@
|
|
| 1 |
<!DOCTYPE html>
|
| 2 |
-
<html lang="
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
<link href="https://unpkg.com/[email protected]/dist/css/tabulator.min.css" rel="stylesheet">
|
| 8 |
<script type="text/javascript" src="https://unpkg.com/[email protected]/dist/js/tabulator.min.js"></script>
|
| 9 |
<script type="text/javascript" src="https://oss.sheetjs.com/sheetjs/xlsx.full.min.js"></script>
|
|
@@ -202,6 +210,7 @@
|
|
| 202 |
<div id="example-table"></div>
|
| 203 |
|
| 204 |
<script>
|
|
|
|
| 205 |
document.addEventListener('DOMContentLoaded', function() {
|
| 206 |
fetch('https://dmtuit-gcapirabiz.hf.space/data_gc_tab_out?api_sys=fasSd345D')
|
| 207 |
.then(response => response.json())
|
|
|
|
| 1 |
<!DOCTYPE html>
|
| 2 |
+
<html lang="ru">
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>WhatsCRM - Автопилот + Tilda + Бизон 365 + GetCurse</title>
|
| 7 |
+
|
| 8 |
+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
|
| 9 |
+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
|
| 10 |
+
<script src="https://unpkg.com/@vkontakte/vk-bridge/dist/browser.min.js"></script>
|
| 11 |
+
<script type="text/javascript" src="https://vk.com/js/api/openapi.js?169"></script>
|
| 12 |
+
|
| 13 |
+
|
| 14 |
+
|
| 15 |
<link href="https://unpkg.com/[email protected]/dist/css/tabulator.min.css" rel="stylesheet">
|
| 16 |
<script type="text/javascript" src="https://unpkg.com/[email protected]/dist/js/tabulator.min.js"></script>
|
| 17 |
<script type="text/javascript" src="https://oss.sheetjs.com/sheetjs/xlsx.full.min.js"></script>
|
|
|
|
| 210 |
<div id="example-table"></div>
|
| 211 |
|
| 212 |
<script>
|
| 213 |
+
vkBridge.send('VKWebAppInit');
|
| 214 |
document.addEventListener('DOMContentLoaded', function() {
|
| 215 |
fetch('https://dmtuit-gcapirabiz.hf.space/data_gc_tab_out?api_sys=fasSd345D')
|
| 216 |
.then(response => response.json())
|