<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Engineish2</title> <!-- import THREE.js and jquery via script tag --> <script async src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"></script> <script type="importmap"> { "imports": { "three": "https://unpkg.com/three@0.151.3/build/three.module.js", "three/addons/": "https://unpkg.com/three@0.151.3/examples/jsm/" } } </script> <script src="https://code.jquery.com/pep/0.4.3/pep.js"></script> <script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script> </head> <body> <!-- Import Engineish2 --> <script src="eish2.js"></script> <!--renderCanvas --> <canvas id="renderCanvas" style="width:100%; height:100%"></canvas> <!-- import LibNodeBlox.js and required thirdparty libs via script tag --> <script src="yourCode/index.js"></script> </body> </html>