Files
2016-03-06 20:52:14 +01:00

9 lines
154 B
Plaintext

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