diff options
author | Jonas Kohl | 2024-07-20 17:17:08 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-07-20 17:17:08 +0200 |
commit | 390b8c658d5d4a5b3f4969bc9117f0e3f353a298 (patch) | |
tree | e8d7a2e5a3027c2b50da1efd6999c5242eac2607 /src/template.php | |
parent | f49dd0b7823f3a3f136080f784f0430731e86b2d (diff) |
Add 88x31 buttons
Diffstat (limited to 'src/template.php')
-rw-r--r-- | src/template.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/template.php b/src/template.php index 5fd4f16..6e2ad0c 100644 --- a/src/template.php +++ b/src/template.php @@ -68,8 +68,10 @@ </tr> <tr id="footerRow"> <td id="footerCell"> - Made by Jonas Kohl aka hozyro. This website is + © <?= date("Y") ?>. This website is <a href="https://git.jkohl.link/neocities-site.git">open-source</a>. + <!-- 88x31 buttons!!! --> +<?php include SRCDIR . "/includes/buttons.php"; ?> </td> </tr> </tbody> |