|
@ -5,7 +5,7 @@ |
|
|
<head th:replace="~{head/head :: mihead}"></head> |
|
|
<head th:replace="~{head/head :: mihead}"></head> |
|
|
|
|
|
|
|
|
<body class="d-flex flex-column h-100"> |
|
|
<body class="d-flex flex-column h-100"> |
|
|
<header th:replace="menu/m1 :: usuarios"></header> |
|
|
|
|
|
|
|
|
<header th:replace="~{menu/m1 :: usuarios}"></header> |
|
|
<div class="p-5 mb-4 bg-light rounded-3"> |
|
|
<div class="p-5 mb-4 bg-light rounded-3"> |
|
|
<div class="container-fluid py-5"> |
|
|
<div class="container-fluid py-5"> |
|
|
<h1 class="display-5 fw-bold">Listado de usuarios.</h1> |
|
|
<h1 class="display-5 fw-bold">Listado de usuarios.</h1> |
|
@ -38,7 +38,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<footer th:replace="foot/javascript :: javascript"></footer> |
|
|
|
|
|
|
|
|
<footer th:replace="~{foot/javascript :: javascript}"></footer> |
|
|
|
|
|
|
|
|
</body> |
|
|
</body> |
|
|
</html> |
|
|
</html> |