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
Valentin Popov 07c1b99cb5 RC demo
2016-09-21 18:12:07 +04:00

10 lines
256 B
PHP

<!-- Beginning footer -->
<footer class="footer">
<div class="container">
<p class="text-muted text-center">
With love <i class="glyphicon glyphicon-heart text-danger"></i> from Russia
</p>
</div>
</footer>
<!-- End footer -->