This commit is contained in:
naielv
2025-08-12 16:15:00 +02:00
parent 1d8ddd8d8b
commit d2a11d65a7
2 changed files with 9 additions and 4 deletions

View File

@@ -3,10 +3,10 @@ PAGES.index = {
Title: "Inicio",
index: function() {
container.innerHTML = `
<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>
<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>
`;
},
edit: function(mid) {