swc/crates/swc_html_codegen/tests/fixture/paragraphs/output.min.html

9 lines
122 B
HTML
Raw Normal View History

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