presupuestador html datos generales terminado

This commit is contained in:
Jaime Jiménez
2025-07-22 10:57:43 +02:00
parent 3f151be9a7
commit 3a4e80b1d3
17 changed files with 61 additions and 1966 deletions

View File

@ -1,18 +1,16 @@
<html>
<th:block th:fragment="head-css">
<body>
<div th:fragment="head-css" th:remove="tag">
<!-- Layout config Js -->
<script src="/assets/js/layout.js"></script>
<!-- Bootstrap Css -->
<link href="/assets/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<!-- Icons Css -->
<link href="/assets/css/icons.min.css" rel="stylesheet" type="text/css" />
<!-- App Css-->
<link href="/assets/css/app.min.css" rel="stylesheet" type="text/css" />
<!-- custom Css-->
<link href="/assets/css/custom.min.css" rel="stylesheet" type="text/css" />
</div>
</body>
<!-- Layout config Js -->
<script src="/assets/js/layout.js"></script>
<!-- Bootstrap Css -->
<link href="/assets/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<!-- Icons Css -->
<link href="/assets/css/icons.min.css" rel="stylesheet" type="text/css" />
<!-- App Css-->
<link href="/assets/css/app.min.css" rel="stylesheet" type="text/css" />
<!-- custom Css-->
<link href="/assets/css/custom.min.css" rel="stylesheet" type="text/css" />
</html>
<!-- Imprimelibros overrides -->
<link href="/assets/css/imprimelibros.css" rel="stylesheet" type="text/css" />
</div>

View File

@ -7,7 +7,6 @@
<script src="/assets/libs/simplebar/simplebar.min.js"></script>
<script src="/assets/libs/node-waves/waves.min.js"></script>
<script src="/assets/libs/feather-icons/feather.min.js"></script>
<script src="/assets/js/pages/plugins/lord-icon-2.1.0.js"></script>
<script src="/assets/js/plugins.js"></script>
</div>
</body>