dotar/vim/snippets/html/link.snippet

2 lines
126 B
Plaintext
Raw Normal View History

2011-11-17 15:45:33 -06:00
<link rel="${1:stylesheet}" href="${2:path-to-stylesheet}.css" type="text/css" media="${3:screen}" charset="${4:utf-8}"/>${5}