UNPKG
html-minify
Version:
latest (0.3.2)
0.3.2
0.3.1
0.3.0
0.2.0
0.1.2
0.1.0
0.0.3
0.0.2
0.0.1
minify html, and any CSS or JS included in your markup
github.com/yize/html-minify
yize/html-minify
html-minify
/
test
/
ori
/
index-gbk.html
18 lines
•
284 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!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
>