DmitrMakeev
commited on
Commit
•
0772e82
1
Parent(s):
0a62e2b
Update data_gc_tab.html
Browse files- data_gc_tab.html +1 -1
data_gc_tab.html
CHANGED
@@ -202,7 +202,7 @@
|
|
202 |
|
203 |
<script>
|
204 |
document.addEventListener('DOMContentLoaded', function() {
|
205 |
-
fetch('https://dmtuit-gcapirabiz/data_gc_tab_out?api_sys=fasSd345D')
|
206 |
.then(response => response.json())
|
207 |
.then(data => {
|
208 |
console.log('Data received:', data); // Логирование данных
|
|
|
202 |
|
203 |
<script>
|
204 |
document.addEventListener('DOMContentLoaded', function() {
|
205 |
+
fetch('https://dmtuit-gcapirabiz.hf.space/data_gc_tab_out?api_sys=fasSd345D')
|
206 |
.then(response => response.json())
|
207 |
.then(data => {
|
208 |
console.log('Data received:', data); // Логирование данных
|