blob: 7d24911899d698fd72b44a2e5099470d71a4c319 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<html>
<head>
</head>
<body>
<script type="text/javascript">
const script = document.createElement("script");
script.setAttribute("src", "./subdir/bug1656248_script.mjs");
document.body.appendChild(script);
</script>
</body>
</html>
|