service-provider-app/src/app/common/footer/footer.component.html

13 lines
381 B
HTML
Raw Normal View History

2025-06-06 07:38:11 -03:00
<footer class="footer">
<div class="footer-content">
<div class="footer-links">
<a href="#">Privacy Policy</a>
<a href="#">Terms of Service</a>
<a href="#">Contact Us</a>
</div>
<div class="copyright">
&copy; {{ currentYear }} USCIB Carnet Portal. All rights reserved.
</div>
</div>
</footer>