mirror of
https://git.imnavajas.es/jjimenez/erp-imprimelibros.git
synced 2026-01-12 16:38:48 +00:00
16 lines
617 B
HTML
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> |