diff --git a/src/app_modules.js b/src/app_modules.js index 060884a..3b28c57 100644 --- a/src/app_modules.js +++ b/src/app_modules.js @@ -1011,6 +1011,11 @@ function SetPages() { a.innerText = PAGES[key].Title; document.getElementById("appendApps").append(a); }); + var a = document.createElement("a"); + a.className = "button btn7"; + a.href = "#index,qr"; + a.innerText = "📷"; + document.getElementById("appendApps").append(a); } document.addEventListener("DOMContentLoaded", () => { SetPages(); diff --git a/src/page/index.js b/src/page/index.js index db39273..15f0be6 100644 --- a/src/page/index.js +++ b/src/page/index.js @@ -3,10 +3,10 @@ PAGES.index = { Title: "Inicio", index: function() { container.innerHTML = ` -