mirror of
https://github.com/goonstation/goonstation-2016.git
synced 2026-03-24 02:12:37 +00:00
8 lines
139 B
Plaintext
8 lines
139 B
Plaintext
/datum/tag/css
|
|
New()
|
|
..("style")
|
|
setAttribute("type", "text/css")
|
|
|
|
proc/setContent(var/content as text)
|
|
innerHtml = content
|