const Options = { init: async () => { let html = await fetch('/lib/pages/options/index.html').then((response) => response.text()); app.innerHTML = html; } }