Inventory-Management-System/templates/footer.html

9 lines
352 B
HTML

<!-- Footer -->
<footer class="sticky-footer bg-white">
<div class="container my-auto">
<div class="copyright text-center my-auto">
<a href="https://github.com/Sosokker/Inventory-Management-System"><i class="fas fa-laugh-wink"></i> Inventory Management System 2023</a>
</div>
</div>
</footer>
<!-- End of Footer -->