Files
exchange-2.0/resources/views/partials/footer.blade.php
T
2021-06-20 13:07:56 +08:00

11 lines
449 B
PHP

<!-- START COPYRIGHT -->
<div class="footer bg-white">
<div class="container-fluid">
<div class="row no-margin">
<div class="col p-l-0 p-t-20 p-b-20 sm-text-center">
<small class="small no-margin pull-left sm-pull-reset all-caps fs-10 muted" style=" letter-spacing: 1px; ">Copyright © 2021 CIEF Exchange. All rights reserved.</small>
</div>
</div>
</div>
</div>
<!-- END COPYRIGHT -->