<html lang="en"> <head> <script type="module" src="main.js"></script> <title> Newton Fractal </title> </head> <body> <canvas id="MyCanvas" height="400" width="400" style="border: 2px solid black;"> </canvas> <br> <label for="inset">Inset Value</label> <input id="inset" type=number" value="0"/> <button id="doit">Redraw</button> <br> <div id="output"> </div> </body> </html>