8 lines
233 B
HTML
8 lines
233 B
HTML
<!-- Footer -->
|
|
<footer class="footer mt-auto py-3 bg-light">
|
|
<div class="container">
|
|
<span class="text-muted">
|
|
© {% now "Y" %} Manufacturing App. All rights reserved.
|
|
</span>
|
|
</div>
|
|
</footer> |