nidus-sync/public-report/template/component/footer.html

15 lines
333 B
HTML
Raw Normal View History

{{define "footer"}}
<footer class="bg-dark text-white py-4">
<div class="container">
<div class="row">
<div class="col-md-6">
2026-01-22 18:37:00 +00:00
<p class="mb-0">&copy; 2025 Gleipnir LLC</p>
</div>
<div class="col-md-6 text-md-end">
<p class="mb-0">Contact: support@mosquitoes.online</p>
</div>
</div>
</div>
</footer>
{{end}}