Browse Source

CRUD inicio

master
Juanjo 1 year ago
parent
commit
eb2bba821a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/main/resources/templates/usuarios.html

+ 2
- 2
src/main/resources/templates/usuarios.html View File

@ -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>

Loading…
Cancel
Save