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

18 lines
556 B
HTML

<html>
<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>
</html>