Files
MES_Core/templates/components/_footer.html
tertelius b256bec04b
All checks were successful
Deploy MES Core / deploy (push) Successful in 8s
добавил детальный вид итема, пока недопиленый
2026-03-29 02:49:28 +03:00

8 lines
346 B
HTML

<footer class="footer-custom mt-auto py-3">
<div class="container-fluid text-center">
<span class="text-muted small">
Система учета сменных заданий, разработана <strong>ACK</strong> &copy; 2026
<i class="bi bi-cpu ms-2 text-accent"></i>
</span>
</div>
</footer>