8 lines
443 B
PHP
8 lines
443 B
PHP
<div class="footer py-4 d-flex flex-lg-column" id="kt_footer">
|
|
<div class="container-fluid d-flex flex-column flex-md-row align-items-center justify-content-between">
|
|
<div class="text-dark order-2 order-md-1">
|
|
<span class="text-muted fw-bold me-1">© 2024 Created by Ahmad Wildan with <a href="https://flowbite.com/" class="hover:underline">Flowbite™</a>. All Rights Reserved.</span>
|
|
</div>
|
|
</div>
|
|
</div>
|