made morde oversight

This commit is contained in:
2024-12-25 06:22:24 +01:00
parent b8ce352126
commit b077971cac
37 changed files with 6665 additions and 7019 deletions

12
src/footer.html Normal file
View File

@ -0,0 +1,12 @@
<footer class="footer pt-3 pb-4">
<div class="container-fluid">
<div class="row align-items-center justify-content-lg-between">
<div class="col-lg-6 mb-lg-0 mb-4">
<div class="copyright text-center text-sm text-white text-lg-start">
© 2023,
Developed by PaBr, JulSch
</div>
</div>
</div>
</div>
</footer>