CodeNewbie Community 🌱

Discussion on: The mystery of the changing favicon

Collapse
 
andrewbaisden profile image
Andrew Baisden

Wow Favicon shenanigans I did not know this was possible 😂

const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);