0
mirror of https://github.com/valentineus/iii-module.git synced 2025-07-01 11:00:27 +03:00
Files
iii-module/demo/components/footer.php

10 lines
256 B
PHP
Raw Permalink Normal View History

2016-09-14 01:30:05 +04:00
<!-- Beginning footer -->
<footer class="footer">
<div class="container">
2016-09-21 18:12:07 +04:00
<p class="text-muted text-center">
With love <i class="glyphicon glyphicon-heart text-danger"></i> from Russia
2016-09-14 01:30:05 +04:00
</p>
</div>
</footer>
<!-- End footer -->