|
|
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>Foro</title>
- <link rel="icon" href="/img/7036beab6be979a346c98c7e2e686aee.png">
- <link rel="stylesheet" th:href="@{/css/Estilos.css}">
- <link rel="stylesheet" th:href="@{/css/Anuncio.css}">
- <link rel="stylesheet" th:href="@{/css/Recientes.css}">
- <link rel="stylesheet" th:href="@{/css/Bienvenido.css}">
- <link rel="stylesheet" th:href="@{/css/inicio.css}">
-
- </head>
- <body>
-
- <header th:replace="header/nav :: mimenu"></header>
- <header th:replace="bienvenida/bienvenida :: anuncio"></header>
- <header th:replace="recientes/recientes :: reciente"></header>
- <header th:replace="inicio/inicio :: inicio"></header>
- </body>
- </html>
|