swc/crates/swc_html_codegen/tests/fixture/document/output.html

11 lines
115 B
HTML

<!DOCTYPE html>
<html>
<head></head><body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body></html>