swc/crates/swc_html_minifier/tests/fixture/text/inline-17/input.html
2022-06-29 12:30:28 +00:00

11 lines
257 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body><span class="input-group-btn">
<button class="btn btn-default" type="button">
<span class="glyphicon glyphicon-search"></span>
</button>
</span></body>
</html>