kayyshf commited on
Commit
6afd31f
1 Parent(s): 34b6e23

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +14 -0
index.html CHANGED
@@ -12,5 +12,19 @@
12
  <p>Enter your details in the chatbot on the bottom right of the page.</p>
13
 
14
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  </body>
 
16
  </html>
 
12
  <p>Enter your details in the chatbot on the bottom right of the page.</p>
13
 
14
  </div>
15
+ <script type="text/javascript">
16
+ (function(d, t) {
17
+ var v = d.createElement(t), s = d.getElementsByTagName(t)[0];
18
+ v.onload = function() {
19
+ window.voiceflow.chat.load({
20
+ verify: { projectID: '662c8eb8d19fb70ede04a21c' },
21
+ url: 'https://general-runtime.voiceflow.com',
22
+ versionID: 'production'
23
+ });
24
+ }
25
+ v.src = "https://cdn.voiceflow.com/widget/bundle.mjs"; v.type = "text/javascript"; s.parentNode.insertBefore(v, s);
26
+ })(document, 'script');
27
+ </script>
28
  </body>
29
+
30
  </html>