General fixes

This commit is contained in:
naielv
2025-07-31 16:43:01 +02:00
parent a274de3c4d
commit a016e06557
15 changed files with 176 additions and 248 deletions

11
src/page/index.js Normal file
View File

@@ -0,0 +1,11 @@
PAGES.index = {
//navcss: "btn1",
Title: "Inicio",
index: function () {
container.innerHTML = `
<h1>Inicio</h1>
<em>Utiliza el menú superior para abrir un modulo</em>
<br><br>
`;
},
};