pcgamedb/server/templates/layouts/footer.html

12 lines
408 B
HTML
Raw Normal View History

2024-11-28 14:53:36 -05:00
{{define "footer"}}
<!-- Footer -->
2024-11-28 22:32:17 -05:00
<footer class="text-light py-4 mt-5">
2024-11-28 14:53:36 -05:00
<div class="container">
2024-11-28 17:04:28 -05:00
<div class="col text-center">
2024-11-28 22:32:17 -05:00
<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>
2024-11-28 14:53:36 -05:00
</div>
</div>
</footer>
2024-11-28 17:04:28 -05:00
{{end}}