// Start: Add a floating Instagram button to the page document.addEventListener('DOMContentLoaded', () => { const instagramAppIcon = ` ` document.body.insertAdjacentHTML('beforeend', instagramAppIcon); }); // End: Add a floating Instagram button to the page