Skip to content

Commit

Permalink
add script widget
Browse files Browse the repository at this point in the history
  • Loading branch information
BenoitSerrano committed Sep 25, 2024
1 parent 5259376 commit 4e6bc8e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,19 @@
})();
</script>
<!-- End Matomo Code -->
<!--Crisp-->
<script type="text/javascript">
window.$crisp = [];
window.CRISP_WEBSITE_ID = "d1d5816e-314a-45e4-9715-144347b1039a";
(function () {
d = document;
s = d.createElement("script");
s.src = "https://client.crisp.chat/l.js";
s.async = 1;
d.getElementsByTagName("head")[0].appendChild(s);
})();
</script>
<!-- End Script -->
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit 4e6bc8e

Please sign in to comment.