Comments
-
hi @ColinHaze, I also faced the same issue as yours and experienced the same frustration. Spent few hours on this and figured it out. Sharing my solution with you. In the HTML tab, <!DOCTYPE html> <html lang="en"> <body> <header> <h1>Test</h1> </header> <main> <div id="result"></div> </main> </body> </html> Then in…