]> git.lizzy.rs Git - lagrange-playground.git/blob - index.html
Add view source link
[lagrange-playground.git] / index.html
1 <!DOCTYPE html>
2 <html>
3         <head>
4                 <meta charset="utf-8">
5                 <title>Lagrange Playground</title>
6                 <script defer src="init.js"></script>
7         </head>
8         <body>
9                 <canvas style="position: fixed; top: 0px; left: 0px"></canvas>
10                 <div style="position: fixed; bottom: 0px; left: 0px">
11                         <input type="checkbox" id="grid"><label for="grid">Show grid</label><br>
12                         <input type="checkbox" id="lines"><label for="lines">Show lines</label><br>
13                         <input type="checkbox" id="circles"><label for="circles">Show circles</label><br>
14                 </div>
15                 <a href="https://github.com/EliasFleckenstein03/lagrange-playground" style="position: fixed; bottom: 5px; right: 5px">View Source</a>
16         </body>
17 </html>