Modularized, fixed SuperCafe's table

This commit is contained in:
naielv
2025-07-30 19:13:16 +02:00
parent 55eda485ed
commit c800ea7c1b
30 changed files with 4928 additions and 2581 deletions

11
dist/page__index.js vendored 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>
`;
},
};