Files
syscom-master-admin-ui/src/app/shell/ui/footer/footer.html
T
2026-08-11 17:38:53 +05:30

11 lines
445 B
HTML

<!-- Footer Start -->
<footer
class="footer mt-auto xl:ps-[15rem] font-normal font-inter bg-white text-defaultsize leading-normal text-[0.813] shadow-[0_0_0.4rem_rgba(0,0,0,0.1)] dark:!bg-bodybg py-4 text-center">
<div class="container">
<span class=" dark:text-defaulttextcolor/50"> Copyright © <span id="year">{{fullyear}}</span> Syscom
Distribution LLC. All rights reserved.
</span>
</div>
</footer>
<!-- Footer End -->