LibraryManagementSystem/app/views/layouts/_footer.html.erb

5 lines
168 B
Plaintext

<footer class="footer py-3 bg-dark">
<div class="container">
<p class="m-0 text-center text-white">Copyright &copy; The Modern Library 2021</p>
</div>
</footer>