document.addEventListener("DOMContentLoaded", function () { const nav = `
`; document.body.insertAdjacentHTML("afterbegin", nav); });