class RightSidebarContent extends HTMLElement { constructor() { super(); } connectedCallback() { this.innerHTML = `

About

A Summer’s End — Hong Kong 1986 is a visual novel set in 1980s Hong Kong. It tells of a love story between two women. Lush and vibrant visuals, the game features over 400 unique hand-drawn artwork inspired by Asian cinema and 1980s anime.

Links

`; } } customElements.define('right-sidebar-component', RightSidebarContent);