11 lines
466 B
Plaintext
11 lines
466 B
Plaintext
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="footer.ascx.cs" Inherits="admin_Templates_TBS5ADM001_uc_footer" %>
|
|
<footer class="py-4 bg-light mt-auto">
|
|
<div class="container-fluid px-4">
|
|
<div class="d-flex align-items-center justify-content-between small">
|
|
<div class="text-muted">Copyright © 17168ERP</div>
|
|
<div>
|
|
<a href="#">17168ERP</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer> |