diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2021-09-09 19:09:43 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2021-09-09 19:09:43 +0200 |
commit | 85ac24e73bd595825bd30a96a47e304201f02779 (patch) | |
tree | 1106f573e0211061007650842cf5b9104c632a5c /index.html | |
parent | 53e40e1bc45e3d8a4eb959edca8c325fa61c24da (diff) | |
download | lagrange-playground-85ac24e73bd595825bd30a96a47e304201f02779.tar.xz |
Add circles and lines
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |