diff options
Diffstat (limited to 'tools/draw/index.html')
| -rw-r--r-- | tools/draw/index.html | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/tools/draw/index.html b/tools/draw/index.html deleted file mode 100644 index 87ff1d2..0000000 --- a/tools/draw/index.html +++ /dev/null | |||
| @@ -1,41 +0,0 @@ | |||
| 1 | <!DOCTYPE html> | ||
| 2 | <html lang="en"> | ||
| 3 | |||
| 4 | <head> | ||
| 5 | <meta charset="UTF-8"> | ||
| 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| 7 | <meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
| 8 | <title>Draw</title> | ||
| 9 | <link rel="stylesheet" href="app.css"> | ||
| 10 | <link rel="icon" type="image/png" href="favicon.png"> | ||
| 11 | </head> | ||
| 12 | |||
| 13 | <body> | ||
| 14 | |||
| 15 | <section> | ||
| 16 | <canvas></canvas> | ||
| 17 | </section> | ||
| 18 | |||
| 19 | <nav class="colors"> | ||
| 20 | <button data-method="color" data-value="limegreen"></button> | ||
| 21 | <button data-method="color" data-value="crimson"></button> | ||
| 22 | <button data-method="color" data-value="darkturquoise"></button> | ||
| 23 | <button data-method="color" data-value="purple"></button> | ||
| 24 | <button data-method="color" data-value="fuchsia"></button> | ||
| 25 | <button data-method="color" data-value="blueviolet"></button> | ||
| 26 | <button data-method="color" data-value="goldenrod"></button> | ||
| 27 | <button data-method="color" data-value="royalblue"></button> | ||
| 28 | <button data-method="color" data-value="olivedrab"></button> | ||
| 29 | </nav> | ||
| 30 | |||
| 31 | <nav class="tools"> | ||
| 32 | <button data-method="size" data-value="2">small</button> | ||
| 33 | <button data-method="size" data-value="4">normal</button> | ||
| 34 | <button data-method="size" data-value="12">big</button> | ||
| 35 | </nav> | ||
| 36 | |||
| 37 | <script src="app.js"></script> | ||
| 38 | |||
| 39 | </body> | ||
| 40 | |||
| 41 | </html> | ||
