summaryrefslogtreecommitdiffstats
path: root/emacs.d/snippets/text-mode/html-mode/link.stylesheet
blob: 6c9de74f78665ba75740e32cde1e15cacc36e583 (plain) (blame)
1
2
3
4
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <link stylesheet="..." />
# --
<link rel="${1:stylesheet}" href="${2:url}" type="${3:text/css}" media="${4:screen}" />