pcgamedb/server/templates/layouts/footer.html
2024-11-29 06:04:28 +08:00

11 lines
324 B
HTML

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