Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Amarjeet-Kumar1 authored Aug 28, 2024
1 parent 5757d2f commit 5a80733
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,11 @@ <h3 class="c-heading" style="color: #f7bb26;">Useful Link</h3>
</footer>

<!--Ending of the Footer-->
<script src="js/responsive.js"></script>
<script src="js/dynamic.js"></script>
<script type="module" src="js/index.js"></script>


<script async src="https://cdn.jsdelivr.net/gh/RingoverCRM/aichat-livechat-sdk/sdk.min.js" onload="
(function() {
const sdk = new AIChatSDK("d43c2e7a-e629-40e6-8238-4554e09158c4", {
Expand All @@ -378,9 +383,6 @@ <h3 class="c-heading" style="color: #f7bb26;">Useful Link</h3>
});
})();
"></script>
<script src="js/responsive.js"></script>
<script src="js/dynamic.js"></script>
<script type="module" src="js/index.js"></script>


</body>
Expand Down

0 comments on commit 5a80733

Please sign in to comment.