mirror of
https://git.imnavajas.es/jjimenez/erp-imprimelibros.git
synced 2026-01-24 01:30:21 +00:00
terminado pagos
This commit is contained in:
22
src/main/resources/templates/theme/partials/footer.html
Normal file
22
src/main/resources/templates/theme/partials/footer.html
Normal file
@ -0,0 +1,22 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user