j"19HxigV4QyBv3tHpQVcUEQyq1pzZVdoAutM<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>WordBeater</title>
<script src="https://www.moneybutton.com/moneybutton.js"></script>
<script type="text/javascript" src="https://unpkg.com/bsv@0.26.4/bsv.min.js"></script>
</head>
<body>
<h1 style="margin:auto;">Change the colour of the square with Moneybutton:</h1>
<div id="square" style="background-color:aqua; height:100px; width:100px; margin:auto; margin-top:100px;"></div>
<br>
<br>
<div class="money-button"
data-to= "1485"
data-amount= "0.001"
data-currency= "USD"
data-on-payment= changeColour
></div>
</body>
<script>
function changeColour(){
document.getElementById("square").style.backgroundColor = '#'+Math.floor(Math.random()*16777215).toString(16);
;
}
</script>
</html>
//by InfinitiEncoded text/htmlutf-8Change Square Colour
https://whatsonchain.com/tx/da5320eb50f215be9183e61ba04036d5b79ba92232e4fcadfcfd6c8b05157c04