button counter
This commit is contained in:
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()">
|
||||
Reference in New Issue
Block a user