pcgamedb/server/templates/layouts/footer.html

11 lines
324 B
HTML
Raw Normal View History

2024-11-28 14:53:36 -05:00
{{define "footer"}}
<!-- Footer -->
<footer class="bg-dark text-light py-4 mt-5">
<div class="container">
2024-11-28 17:04:28 -05:00
<div class="col text-center">
<a href="https://git.nite07.com/nite/pcgamedb" target="_blank">开源仓库</a> | <a href="/api/swagger/index.html">API
文档</a>
2024-11-28 14:53:36 -05:00
</div>
</div>
</footer>
2024-11-28 17:04:28 -05:00
{{end}}