You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
722 B

2 years ago
2 years ago
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Foro</title>
  6. <link rel="icon" href="/img/7036beab6be979a346c98c7e2e686aee.png">
  7. <link rel="stylesheet" th:href="@{/css/Estilos.css}">
  8. <link rel="stylesheet" th:href="@{/css/Anuncio.css}">
  9. <link rel="stylesheet" th:href="@{/css/Recientes.css}">
  10. <link rel="stylesheet" th:href="@{/css/Bienvenido.css}">
  11. <link rel="stylesheet" th:href="@{/css/inicio.css}">
  12. </head>
  13. <body>
  14. <header th:replace="header/nav :: mimenu"></header>
  15. <header th:replace="bienvenida/bienvenida :: anuncio"></header>
  16. <header th:replace="recientes/recientes :: reciente"></header>
  17. <header th:replace="inicio/inicio :: inicio"></header>
  18. </body>
  19. </html>