class UIRoot extends UIContainer { initStart() { this.root.append(HTMLBuilder.h2(this.title)) } }