<button id="buy_button">Buy My Game!</button>
<script type="text/javascript" src="https://static.itch.io/api.js"></script>
<script type="text/javascript"> Itch.attachBuyButton(document.getElementById("buy_button"), {
// replace the following with the correct information about your game
user: "leafo",
game: "x-moon"
});
</script>