swc/crates/swc_html_minifier/tests/fixture/attribute/html-xhtml/input.html
2022-06-21 15:34:16 +00:00

12 lines
219 B
HTML

<!DOCTYPE html >
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink">
<head>
<title>Title of the document</title>
</head>
<body>
The content of the document......
</body>
</html>