11 lines
249 B
HTML
11 lines
249 B
HTML
<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>
|