12 lines
408 B
HTML
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}} |