Collapse public-report to a single package
It was just getting annoying having it separate, and buying basically nothing.
This commit is contained in:
parent
d377d9a7d2
commit
632fac4558
15 changed files with 519 additions and 560 deletions
14
public-report/template/component/footer.html
Normal file
14
public-report/template/component/footer.html
Normal 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">© 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}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue