Skip to content

Commit

Permalink
Chatbot Addition
Browse files Browse the repository at this point in the history
  • Loading branch information
Ojas-Arora committed Oct 3, 2024
1 parent bc64640 commit 46050aa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,17 @@ <h3 class="h3-mktg mb-3">{{ t.footer.subscribe.heading }}</h3>
</div>
</div>
</div>
<script type="text/javascript">
var Tawk_API = Tawk_API || {},
Tawk_LoadStart = new Date();
(function () {
var s1 = document.createElement("script"),
s0 = document.getElementsByTagName("script")[0];
s1.async = true;
s1.src = "https://embed.tawk.to/66891af8eaf3bd8d4d18ca2d/1i24gr9s5";
s1.charset = "UTF-8";
s1.setAttribute("crossorigin", "*");
s0.parentNode.insertBefore(s1, s0);
})();
</script>
</footer>

0 comments on commit 46050aa

Please sign in to comment.