logo
let html = ""; html += '
'; html += ''; html += '
'; const elementRef = document.querySelector('.home .c-section-title'); elementRef.insertAdjacentHTML('beforeBegin', html);