button counter
This commit is contained in:
parent
e1b949ae60
commit
a85d4ba25e
7
counter/counter.html
Normal file
7
counter/counter.html
Normal file
@ -0,0 +1,7 @@
|
||||
<script>
|
||||
function sendReq() {
|
||||
fetch("https://api.countapi.xyz/hit/bergamot/visits", { method: "POST" })
|
||||
}
|
||||
</script>
|
||||
|
||||
<input type="button" onclick="sendReq()">
|
Loading…
Reference in New Issue
Block a user