import Aview from "./Aview.ts" export default class extends Aview { constructor() { super(); this.setTitle("knl is trans(cendence)"); } async getHTML() { return `

pong is funny yay

local match local tournament
`; } }