blob: c059a441d1ca531b0e0f6cef990b4c5d234c1c1b (
plain) (
blame)
1
2
3
4
5
|
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <meta http-equiv="..." content="..." />
#group : meta
# --
<meta name="${1:Content-Type}" content="${2:text/html; charset=UTF-8}" />
|