AIPT/cms_admin/container/footer.php

10 lines
270 B
PHP
Raw Normal View History

2024-10-29 11:42:53 +08:00
<footer class="d-footer">
<div class="row align-items-center justify-content-between">
<div class="col-auto">
</div>
<div class="col-auto">
<p class="mb-0">© 2024 AI Tool Path. All Rights Reserved.</p>
</div>
</div>
</footer>