I have a question about importing a static website into Webstudio via code. Currently, if the code is a single (monolithic) full HTML page, it works perfectly after I copy and paste it into the "Code" box in the HTML Embed settings of a Webstudio project. However, for a modular code structure like index.html, styles.css, and script.js, how can we do this?