Modularized, fixed SuperCafe's table
This commit is contained in:
11
dist/page__index.js
vendored
Normal file
11
dist/page__index.js
vendored
Normal 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>
|
||||
`;
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user