Files
sapper/test/unit/clean_html/samples/removes-script-contents/output.html
2018-08-19 15:20:14 -04:00

12 lines
163 B
HTML

<!doctype html>
<html lang="en">
<head>
</head>
<body>
<script></script>
<script></script>
<script src="attributes-are-preserved.js"></script>
</body>
</html>