mirror of
https://github.com/goonstation/goonstation-2016.git
synced 2026-03-24 02:12:37 +00:00
9 lines
199 B
Plaintext
9 lines
199 B
Plaintext
/datum/tag/cssinclude
|
|
New()
|
|
..("link")
|
|
setAttribute("rel", "stylesheet")
|
|
setAttribute("type", "text/css")
|
|
selfCloses = 1
|
|
|
|
proc/setHref(var/href as text)
|
|
setAttribute("href", href) |