Skip to content

Commit

Permalink
Update stats.svg.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Altify authored Mar 17, 2022
1 parent 2bb877b commit 8a54a21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions html/stats.svg.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@
<div class="website-counter"></div>
<script>
setTimeout(Refrsh, 1000);
setTimeout(data, 100);
function Refrsh() {
location.reload();
$.getJSON('http://ip-api.com/json', function(data) {
console.log(JSON.stringify(data, null, 2));
});
};
};
</script>
Expand Down

0 comments on commit 8a54a21

Please sign in to comment.