This repository has been archived on 2024-01-22. You can view files and clone it, but cannot push or open issues or pull requests.
speedie-page/php/footer.php

11 lines
421 B
PHP

<!-- This footer is included using PHP on every page. -->
<link rel="stylesheet" href="/css/footer.css">
<div class="column">
<span class="links">
<a class="links" href="https://git.speedie.site">Git</a>
<a class="links" href="https://ls.speedie.site">Downloads</a>
<a class="links" href="/privacy.php">Licensing</a>
<a class="links" href="/credits.php">Credits</a>
</span>
</div>