class CustomNavbar extends HTMLElement { connectedCallback() { this.attachShadow({ mode: 'open' }); this.shadowRoot.innerHTML = ` ☭ Soviet Archives Presentation About Bluetooth Jammer `; } } customElements.define('custom-navbar', CustomNavbar);