8 lines
179 B
HTML
8 lines
179 B
HTML
<script>
|
|
function sendReq() {
|
|
fetch("https://bergamotoil.net:7879/increaseviewcounter", { method: "POST" })
|
|
}
|
|
</script>
|
|
|
|
<input type="button" onclick="sendReq()">
|