Collapse public-report to a single package

It was just getting annoying having it separate, and buying basically
nothing.
This commit is contained in:
Eli Ribble 2026-01-08 16:05:50 +00:00
parent d377d9a7d2
commit 632fac4558
No known key found for this signature in database
15 changed files with 519 additions and 560 deletions

View file

@ -0,0 +1,14 @@
{{define "footer"}}
<footer class="bg-dark text-white py-4">
<div class="container">
<div class="row">
<div class="col-md-6">
<p class="mb-0">&copy; 2025 Gleipnir Technology</p>
</div>
<div class="col-md-6 text-md-end">
<p class="mb-0">Contact: support@mosquitoes.online</p>
</div>
</div>
</div>
</footer>
{{end}}