bergamotoil.net/counter/counter.html

8 lines
179 B
HTML
Raw Normal View History

2025-03-11 12:22:11 -06:00
<script>
function sendReq() {
2025-03-11 12:28:33 -06:00
fetch("https://bergamotoil.net:7879/increaseviewcounter", { method: "POST" })
2025-03-11 12:22:11 -06:00
}
</script>
<input type="button" onclick="sendReq()">