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