class CustomHeader extends HTMLElement { connectedCallback() { this.innerHTML = ` Safari Destinations The Experts Feel Good Factor #WeLiveIt Agent's Corner Get In Touch `; } } customElements.define('custom-header', CustomHeader);