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