swc/crates/swc_html_codegen/tests/fixture/paragraphs/input.html

10 lines
110 B
HTML
Raw Normal View History

2022-04-04 07:12:45 +03:00
<!DOCTYPE html>
<html>
<body>
<p>This is a paragraph.</p>
<p>This is another paragraph.</p>
</body>
</html>