summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJonas Kohl <gitlab@jonaskohl.de>2024-07-29 14:49:49 +0200
committerJonas Kohl <gitlab@jonaskohl.de>2024-07-29 14:49:49 +0200
commit7aee150debd24fb9496db288ceb58f1eb9a4995f (patch)
tree7eafa30f53ae5a91e56238575760aa4fddc91131 /src
parent721e48a88479e112fec8bc1c432bc8407a0f805b (diff)
Add hit counter
Diffstat (limited to 'src')
-rw-r--r--src/template.php4
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">
&copy; <?= 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&amp;_look=silver&amp;_frame=1"
+ class="fright" width="90" height="24" frameborder="0"></iframe>
+ <br />
<!-- 88x31 buttons!!! -->
<?php include SRCDIR . "/includes/buttons.php"; ?>
</td>