A templating language that looks like Lisp and compiles to HTML
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

selfClosingTags.js 228B

12345678910111213141516171819202122
  1. module.exports = [
  2. 'area',
  3. 'base',
  4. 'br',
  5. 'col',
  6. 'command',
  7. '!doctype',
  8. '!DOCTYPE',
  9. 'embed',
  10. 'hr',
  11. 'img',
  12. 'input',
  13. 'keygen',
  14. 'link',
  15. 'menuitem',
  16. 'meta',
  17. 'param',
  18. 'source',
  19. 'track',
  20. 'wbr',
  21. ]