diff options
author | Jonas Kohl | 2024-07-29 14:49:49 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-07-29 14:49:49 +0200 |
commit | 7aee150debd24fb9496db288ceb58f1eb9a4995f (patch) | |
tree | 7eafa30f53ae5a91e56238575760aa4fddc91131 | |
parent | 721e48a88479e112fec8bc1c432bc8407a0f805b (diff) |
Add hit counter
-rw-r--r-- | src/template.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/template.php b/src/template.php index 127356c..d38baac 100644 --- a/src/template.php +++ b/src/template.php @@ -86,6 +86,10 @@ $nav = fn(string $ln) => <td id="footerCell"> © <?= date("Y") ?>. This website is <a href="https://git.jkohl.link/neocities-site.git">open-source</a>. + <iframe + src="//hc.hozyro.jkohl.link/?_counter=0&_look=silver&_frame=1" + class="fright" width="90" height="24" frameborder="0"></iframe> + <br /> <!-- 88x31 buttons!!! --> <?php include SRCDIR . "/includes/buttons.php"; ?> </td> |