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
Raw Normal View History

<!-- This footer is included using PHP on every page. -->
2023-07-01 19:19:50 +02:00
<link rel="stylesheet" href="/css/footer.css">
2022-11-23 10:58:43 +01:00
<div class="column">
2023-07-01 19:19:50 +02:00
<span class="links">
<a class="links" href="https://git.speedie.site">Git</a>
<a class="links" href="https://ls.speedie.site">Downloads</a>
2023-07-30 20:29:20 +02:00
<a class="links" href="/privacy.php">Licensing</a>
<a class="links" href="/credits.php">Credits</a>
2023-07-01 19:19:50 +02:00
</span>
2022-11-23 10:58:43 +01:00
</div>