diff options
-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> |