Initial Commit

This commit is contained in:
Tobba
2016-03-06 20:52:14 +01:00
commit b181d0b552
4325 changed files with 579453 additions and 0 deletions
+9
View File
@@ -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)