button counter

This commit is contained in:
semblanceofsense 2025-03-11 12:22:11 -06:00
parent e1b949ae60
commit a85d4ba25e

7
counter/counter.html Normal file
View File

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