swc/crates/swc_html_codegen/tests/fixture/indent-head-and-body/input.html
2022-05-13 04:45:40 +00:00

12 lines
148 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Test</title>
</head>
<body>
<h1>Test</h1>
<p>Test</p>
</body>
</html>