Skip to content

Commit 439fbaa

Browse files
Add chatbot scripts to index.html
1 parent cfe1b6a commit 439fbaa

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,10 @@ <h2>Service Detail</h2>
437437
<a href="contact.html" class="quote-button" data-translate="sections.getQuote">Get a Quote</a>
438438

439439
<script src="script.js"></script>
440+
441+
// Complex Chatbot
442+
<script> window.chtlConfig = { chatbotId: "9968349657" } </script>
443+
<script async data-id="9968349657" id="chtl-script" type="text/javascript" src="https://chatling.ai/js/embed.js"></script>
440444
</body>
441445

442-
</html>
446+
</html>

0 commit comments

Comments
 (0)