diff options
author | Frankie B <floppydisk05@aol.com> | 2022-11-05 20:58:46 +0000 |
---|---|---|
committer | Frankie B <floppydisk05@aol.com> | 2022-11-05 20:58:46 +0000 |
commit | ff217b8540cab3726a68061e955aa83db4b14cde (patch) | |
tree | ed15fee240538bf4b2643e2e016f8a66b30cdc13 /inc/footer.php | |
parent | 9857fce1971b736dfb678d1e169bc9a400674c8d (diff) |
Add more buttons to footer
Diffstat (limited to 'inc/footer.php')
-rw-r--r-- | inc/footer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/footer.php b/inc/footer.php index 9d5e497..13644a5 100644 --- a/inc/footer.php +++ b/inc/footer.php @@ -1,5 +1,5 @@ <hr> <div style="text-align: center;"> - <a href="http://jigsaw.w3.org/css-validator/check/referer"><img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS!"></a> <a href=""><img style="border:0;width:88px;height:31px" src="https://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01!"></a><br> + <img src="/res/img/buttons/browser.gif"> <a href="https://www.linux.org/"><img src="/res/img/buttons/linuxnow.gif"></a> <a href="https://www.vim.org/"><img src="/res/img/buttons/vim.gif"></a> <a href="http://jigsaw.w3.org/css-validator/check/referer"><img style="border:0;width:88px;height:31px" src="/res/img/buttons/vcss-blue" alt="Valid CSS!"></a> <a href=""><img style="border:0;width:88px;height:31px" src="/res/img/buttons/valid-html401-blue.png" alt="Valid HTML 4.01!"></a><br> Last Modified <span class="date"><?=date('Y-m-d H:i:s', filemtime($file) + 3600);?> GMT</span> </div> |