5 lines
162 B
Plaintext
Executable File
5 lines
162 B
Plaintext
Executable File
# -*- mode: snippet -*-
|
|
# name: <link stylesheet="..." />
|
|
# key: link
|
|
# --
|
|
<link rel="${1:stylesheet}" href="${2:url}" type="${3:text/css}" media="${4:screen}" /> |