class Footer extends HTMLElement { constructor() { super(); // The actual menu this.innerHTML = ` `; } } window.customElements.define("footer-menu", Footer);