AlgoWifi for Web 3.0
Earn money from your site or blog by showing premium advertising campaigns.
<script type="text/javascript" crossorigin="anonymous">
var code = 0000000; //YOUR NFT!!
const xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function() {
if (this.readyState == 4 && this.status == 200) {
const obj = JSON.parse(this.responseText);
document.getElementById("campaignImage").src = obj['image'];
}
};
xhttp.open("POST", "algowifiRest.php", true);
xhttp.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
xhttp.send("identity="+code);
</script>
<body>
<img id="campaignImage" />
</body>
Last updated