Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrErde committed Apr 13, 2023
1 parent 5c0c95a commit 4f9e814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div style="color: #aaa; font-size: 17px">
<span id="visits">undefined</span> times visited.
</p>
<!-- <script async src="https://api.countapi.xyz/hit/subway.herrerde.xyz/?callback=websiteVisits"></script> -->
<script async src="https://api.countapi.xyz/hit/subway.herrerde.xyz/?callback=websiteVisits"></script>
<script>
function websiteVisits(response) {
document.querySelector("#visits").textContent = response.value;
Expand Down

0 comments on commit 4f9e814

Please sign in to comment.