hideen-counter

This commit is contained in:
semblanceofsense 2025-03-12 13:09:03 -06:00
parent 4ed253757e
commit dfd71c2cc8
2 changed files with 2 additions and 7 deletions

View File

@ -8,3 +8,5 @@ footer {
bottom: 0; bottom: 0;
} }
</style> </style>
<img hidden src="https://profile-counter.glitch.me/bergamotoil.net/count.svg">

View File

@ -1,7 +0,0 @@
<script>
function sendReq() {
fetch("https://bergamotoil.net:7879/increaseviewcounter", { method: "POST" })
}
</script>
<input type="button" onclick="sendReq()">