pcgamedb/server/templates/layouts/footer.html
2024-11-29 11:32:17 +08:00

12 lines
408 B
HTML

{{define "footer"}}
<!-- Footer -->
<footer class="text-light py-4 mt-5">
<div class="container">
<div class="col text-center">
<div><a href="https://git.nite07.com/nite/pcgamedb" target="_blank">Open Source</a> | <a
href="/api/swagger/index.html">API Doc</a></div>
<div>Made by <a href="https://www.nite07.com" target="_blank">Nite</a></div>
</div>
</div>
</footer>
{{end}}