mirror of
https://github.com/goonstation/goonstation-2016.git
synced 2026-08-27 16:06:14 +01:00
Initial Commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
/datum/tag/cssinclude
|
||||
New()
|
||||
..("link")
|
||||
setAttribute("rel", "stylesheet")
|
||||
setAttribute("type", "text/css")
|
||||
selfCloses = 1
|
||||
|
||||
proc/setHref(var/href as text)
|
||||
setAttribute("href", href)
|
||||
Reference in New Issue
Block a user