Files
erp-imprimelibros/src/main/resources/templates/theme/partials/footer.html
2025-11-06 13:49:15 +01:00

22 lines
533 B
HTML

<html>
<body>
<div th:fragment="footer" th:remove="tag">
<footer class="footer">
<div class="container-fluid">
<div class="row">
<div class="col-sm-6">
<script>document.write(new Date().getFullYear())</script> © Velzon.
</div>
<div class="col-sm-6">
<div class="text-sm-end d-none d-sm-block">
Design & Develop by Themesbrand
</div>
</div>
</div>
</div>
</footer>
</div>
</body>
</html>