Files
erp-imprimelibros/src/main/resources/templates/theme/partials/head-css.html
2025-07-22 10:57:43 +02:00

16 lines
617 B
HTML

<th:block th:fragment="head-css">
<!-- 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" />
<!-- Imprimelibros overrides -->
<link href="/assets/css/imprimelibros.css" rel="stylesheet" type="text/css" />
</div>