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.
 
 
 
 

21 lines
722 B

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