MS-Tropical/app/templates/footer.php
2025-04-13 22:33:14 -05:00

31 lines
756 B
PHP
Executable File

<footer>
<section>
<img class="logo" src="/assets/images/Logos/LogoV7B.png" style="width: 160px;">
<p class="copy">
Copyright &copy; 2025, madsplash.net <br>
All trademarked stuff is the property of its respective owner(s).
</p>
</section>
<section>
<h2>OTHER STUFFS</h2>
<ul>
<li><a href="#">Our staff</a></li>
<li><a href="#">Jobs here</a></li>
<li><a href="index.php?page=privacy">Privacy</a></li>
<li><a href="index.php?page=tandc">The T&amp;C</a></li>
</ul>
</section>
<section>
<h2>PROJECTS</h2>
<ul>
<li><a href="index.php?page=projects&project=tbfa">Battles for Arthos</a></li>
<li><a href="index.php?page=projects&project=therpg">The RPG</a></li>
</ul>
</section>
</footer>
</div>
</body>
</html>