Skip to content

Commit

Permalink
past ConveyThis code
Browse files Browse the repository at this point in the history
  • Loading branch information
Dert1129 committed Mar 10, 2023
1 parent b9a1e21 commit 019214c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,15 @@
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
<!-- ConveyThis code -->
<script src="//cdn.conveythis.com/javascript/conveythis-initializer.js"></script>
<script type="text/javascript">
document.addEventListener("DOMContentLoaded", function(e) {
ConveyThis_Initializer.init({
api_key: "pub_0f57fb851e4feb8f38eb3d6361350154"
});
});
</script>
<!-- End ConveyThis code -->
</body>
</html>

0 comments on commit 019214c

Please sign in to comment.