A tiny read-only git web frontend — browse bare repos with just PHP and git, no database, no framework.
<?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>