mirror of
https://git.imnavajas.es/jjimenez/erp-imprimelibros.git
synced 2026-01-13 08:58:48 +00:00
18 lines
556 B
HTML
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> |