bergamotoil.net/counter/counter.html
semblanceofsense a85d4ba25e button counter
2025-03-11 12:22:11 -06:00

8 lines
175 B
HTML

<script>
function sendReq() {
fetch("https://api.countapi.xyz/hit/bergamot/visits", { method: "POST" })
}
</script>
<input type="button" onclick="sendReq()">