13 lines
792 B
PHP
13 lines
792 B
PHP
<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 © 2021.<a href="https://www.bootstrapdash.com/" target="_blank">Perpustakaan Al_Munawaroh
|
|
</a> SMK AL_MUNAWAROH .</span>
|
|
<span class="float-none float-sm-right d-block mt-1 mt-sm-0 text-center">Hand-crafted & made
|
|
with <i class="ti-heart text-danger ml-1"></i></span>
|
|
</div>
|
|
<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">Distributed by <a
|
|
href="https://www.themewagon.com/" target="_blank">Lana</a></span>
|
|
</div>
|
|
</footer>
|