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

8 lines
134 B
HTML
Raw Normal View History

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