bunkerweb/ui/templates/footer.html
2020-12-11 10:52:44 +01:00

8 lines
234 B
HTML

<footer class="footer mt-auto py-3 bg-light">
<div class="container text-center">
<span class="text-muted">
<a href="https://github.com/bunkerity/bunkerized-nginx">bunkerized-nginx</a> user interface
</span>
</div>
</footer>