bergamotoil.net/counter/counter.html

8 lines
175 B
HTML
Raw Normal View History

2025-03-11 12:22:11 -06:00
<script>
function sendReq() {
fetch("https://api.countapi.xyz/hit/bergamot/visits", { method: "POST" })
}
</script>
<input type="button" onclick="sendReq()">