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
2023-06-11 23:48:34 +02:00

15 lines
499 B
PHP

<!DOCTYPE html>
<html>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="/css/footer.css">
<body>
<div class="column">
<a class="links" href="/privacy.php">Licensing</a>
<a class="links" href="/credits.php">Credits</a>
<a class="links" href="https://git.speedie.site">Git</a>
<a class="links" href="https://ls.speedie.site">Downloads</a>
</div>
<img src="/img/leave_the_kids_alone_pride.svg" alt="image" class="banner">
</body>
</html>