UNPKG

html-minify

Version:

minify html, and any CSS or JS included in your markup

18 lines 284 B
<!doctype html> <html> <head> <meta charset="GBK"> <title>���Dz���ҳ��</title> </head> <body> <style type="text/css"> .a{ font-family: '����'; } </style> <div class="a">��������</div> <script type="text/javascript"> alert('����'); </script> </body> </html>