swc/crates/swc_html_minifier/tests/fixture/attribute/img/output.min.html

8 lines
123 B
HTML
Raw Normal View History

<!doctype html><html lang=en><head>
<title>Document</title>
</head>
<body>
<img src=test.png alt=test>
</body></html>