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

16 lines
437 B
PHP

<!DOCTYPE html>
<html>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="/css/footer.css">
<head>
<body>
<div>
<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>
</head>
</html>