mirror of
https://github.com/goonstation/goonstation-2020.git
synced 2026-07-12 07:32:20 +01:00
9 lines
191 B
Plaintext
9 lines
191 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) |