class_name Main extends Control @onready var website_container: Control = %WebsiteContainer @onready var tab_container: TabManager = $VBoxContainer/TabContainer const LOADER_CIRCLE = preload("res://Assets/Icons/loader-circle.svg") var loading_tween: Tween const P = preload("res://Scenes/Tags/p.tscn") const IMG = preload("res://Scenes/Tags/img.tscn") const SEPARATOR = preload("res://Scenes/Tags/separator.tscn") const PRE = preload("res://Scenes/Tags/pre.tscn") const BR = preload("res://Scenes/Tags/br.tscn") const SPAN = preload("res://Scenes/Tags/span.tscn") const H1 = preload("res://Scenes/Tags/h1.tscn") const H2 = preload("res://Scenes/Tags/h2.tscn") const H3 = preload("res://Scenes/Tags/h3.tscn") const H4 = preload("res://Scenes/Tags/h4.tscn") const H5 = preload("res://Scenes/Tags/h5.tscn") const H6 = preload("res://Scenes/Tags/h6.tscn") func render(): # Clear existing content for child in website_container.get_children(): child.queue_free() var html_bytes = " My cool web