swc/crates/swc_html_codegen/tests/fixture/body-script/output.html

7 lines
133 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body><script>console.log("test")</script>
</body></html>