]> git.lizzy.rs Git - lagrange-playground.git/blobdiff - index.html
Add circles and lines
[lagrange-playground.git] / index.html
index a5c554d7c25890513f0b0ae79791ea9411fd07be..0ca46720a3f8f80fd86df8904f712746f2e27dba 100644 (file)
@@ -7,5 +7,10 @@
        </head>
        <body>
                <canvas style="position: fixed; top: 0px; left: 0px"></canvas>
+               <div style="position: fixed; bottom: 0px; left: 0px">
+                       <input type="checkbox" id="grid"><label for="grid">Show grid</label><br>
+                       <input type="checkbox" id="lines"><label for="lines">Show lines</label><br>
+                       <input type="checkbox" id="circles"><label for="circles">Show circles</label><br>
+               </div>
        </body>
 </html>