This commit is contained in:
naielv
2025-08-04 19:59:25 +02:00
parent 1ee951fc9f
commit 0fcd6ccaba
8 changed files with 455 additions and 365 deletions

View File

@@ -3,9 +3,10 @@ PAGES.index = {
Title: "Inicio",
index: function () {
container.innerHTML = `
<h1>Inicio</h1>
<h1>¡Hola, ${SUB_LOGGED_IN_DETAILS.Nombre}!</h1>
<em>Utiliza el menú superior para abrir un modulo</em>
<br><br>
<button class="btn1" onclick="LogOutTeleSec()">Cerrar sesión</button>
`;
},
};