diff options
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> |