mirror of
https://git.imnavajas.es/jjimenez/erp-imprimelibros.git
synced 2026-01-13 00:48:49 +00:00
presupuestador html datos generales terminado
This commit is contained in:
@ -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>
|
||||
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user