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

11 lines
115 B
HTML
Raw Normal View History

2022-05-13 07:45:40 +03:00
<!DOCTYPE html>
<html>
<head></head><body>
2022-04-04 07:12:45 +03:00
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body></html>