<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>