swc/crates/swc_html_codegen/tests/fixture/paragraphs/input.html
2022-04-04 04:12:45 +00:00

10 lines
110 B
HTML

<!DOCTYPE html>
<html>
<body>
<p>This is a paragraph.</p>
<p>This is another paragraph.</p>
</body>
</html>