foxygit / foxygit Log in
A tiny read-only git web frontend — browse bare repos with just PHP and git, no database, no framework.
commits tags

/views/partials/foot.php · 358 B

raw
<?php /** @var string $theme @var string[] $themes */ ?>
</div></main>
<footer>
  <div class="inner">
    <span>foxygit · clone anonymously · push over SSH or HTTPS with an API key</span>
    <?php render('partials/theme-switcher', ['theme' => $theme, 'themes' => $themes]); ?>
  </div>
</footer>
<script src="assets/app.js" defer></script>
</body></html>