6 lines
284 B
PHP

<footer class="footer-content">
<div class="align-items-center d-flex footer-text gap-3 justify-content-between">
<div class="copy">© 2022 YogiBoook - All Rights Reserved</div>
<div class="credit">Developed by: <a href="#">YogiBoook</a></div>
</div>
</footer>