Files
2020-02-16 19:40:21 -08:00

9 lines
146 B
Plaintext

/datum/tag/anchor
New()
..("a")
proc/setHref(var/href as text)
setAttribute("href", href)
proc/setText(var/txt as text)
innerHtml = txt