Initial Commit

Add the basic structure of the site.
This commit is contained in:
2022-06-28 15:27:58 -04:00
commit 6b8157f551
69 changed files with 5011 additions and 0 deletions

13
common/footer.php Normal file
View File

@@ -0,0 +1,13 @@
</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>