Files
amble_api/public/partials/_footer.html
2025-07-15 15:54:43 +05:30

6 lines
484 B
HTML

<footer class="footer">
<div class="d-sm-flex justify-content-center justify-content-sm-between">
<span class="text-muted text-center text-sm-left d-block d-sm-inline-block">Copyright © <a href="#" target="_blank">BTF</a> 2020-21. All rights reserved.</span>
{{!--<span class="float-none float-sm-right d-block mt-1 mt-sm-0 text-center">Hand-crafted & made with <i class="mdi mdi-heart text-danger"></i></span>--}}
</div>
</footer>