Text Only Header
Header 2
Paragraph text
Header 3
Paragraph text
Header 4
Paragraph text
const suppressList = ['/','/home','/act']; const pathname = window.location.pathname; if (!suppressList.includes(pathname)) { document.querySelector('body').insertAdjacentHTML('beforeend','
'); }