<!-- Import the bug-squashing library -->
<script src="https://bug-squasher.com/bug-squash.js"></script>
<!-- Initialize the bug-squasher -->
<script>
const bug = new BugSquasher();
bug.squashTheBug();
</script>