Initial Commit
Add the basic structure of the site.
This commit is contained in:
13
common/footer.php
Normal file
13
common/footer.php
Normal 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>
|
||||
Reference in New Issue
Block a user