simple_blog/common/footer.php
20xd6 6b8157f551 Initial Commit
Add the basic structure of the site.
2022-06-28 15:27:58 -04:00

14 lines
478 B
PHP

</div> <!--End of body tag -->
<footer>
<p align="center">
<sub>We are hackers, that is why we have terminals with black backgrounds and green text.</sub><br/>
<font size="1">
Copyright <?php echo(strftime("%Y")); ?> 20xd6, webmaster.
<a href="/license/" title="Licensing information for this site.">License</a>
<a href="https://20xd6.net/git/20xd6/20xd6.net" title="Link to the git repository for this website.">Git</a>
</font>
</p>
</footer>
</body>
</html>