DEBSOURCES
Skip Quicknav
sources / rust-swc-core / 35.0.0~ds-2 / crates / swc_html_codegen / tests / fixture / indent-head-and-body / output.html
123456789101112
<!DOCTYPE html> <html> <head> <title>Test</title> </head> <body> <h1>Test</h1> <p>Test</p> </body></html>