svilalta commited on
Commit
626c9ee
·
verified ·
1 Parent(s): 5657e45

Update index.html

Browse files

Inclusion del bot de customGPT

Files changed (1) hide show
  1. index.html +1 -0
index.html CHANGED
@@ -635,5 +635,6 @@
635
  observer.observe(statsSection);
636
  }
637
  </script>
 
638
  </body>
639
  </html>
 
635
  observer.observe(statsSection);
636
  }
637
  </script>
638
+ <script defer src="https://cdn.customgpt.ai/js/chat.js"></script> <script defer> (function(){ function init(){ CustomGPT.init({ p_id:'69662', p_key:'ea25c9b68c734cfd73528f8e206b15a0' }) } document.readyState === 'complete' ? init() : window.addEventListener('load', init); })(); </script>
639
  </body>
640
  </html>