simple_blog/common/php/footer.php

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>