1 2 3 4 5 6 7 8 9
<html> <head> <!-- <script src="_events.js"></script> --> <script type="module" > new Worker("./start.js", { type: "module" }); </script> </head> <body></body> </html>