aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2021-09-09 19:09:43 +0200
committerElias Fleckenstein <eliasfleckenstein@web.de>2021-09-09 19:09:43 +0200
commit85ac24e73bd595825bd30a96a47e304201f02779 (patch)
tree1106f573e0211061007650842cf5b9104c632a5c /index.html
parent53e40e1bc45e3d8a4eb959edca8c325fa61c24da (diff)
downloadlagrange-playground-85ac24e73bd595825bd30a96a47e304201f02779.tar.xz
Add circles and lines
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/index.html b/index.html
index a5c554d..0ca4672 100644
--- a/index.html
+++ b/index.html
@@ -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>