diff options
author | vulonkaaz <7442677+vulonkaaz@users.noreply.github.com> | 2025-05-28 01:38:39 +0200 |
---|---|---|
committer | vulonkaaz <7442677+vulonkaaz@users.noreply.github.com> | 2025-05-28 01:38:39 +0200 |
commit | 1cb6620e8b83946b8d6bc2fe2e7377c4ab09ae92 (patch) | |
tree | 3f243d910b3e3397bd892ef16346769df76cdb79 | |
parent | 191282d859c82924289dadc8bc47b78acac23683 (diff) |
fix indentation AGAIN
-rw-r--r-- | views/partials/canvas.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/partials/canvas.html b/views/partials/canvas.html index 950745d..a336844 100644 --- a/views/partials/canvas.html +++ b/views/partials/canvas.html @@ -1,6 +1,6 @@ <div class="editor"> <canvas id="canvas" style="background:#fff; border:1px inset #888" width="400" height="200"></canvas><br> - <button type="button" id="blackbtn" style="background-color: black; width: 4em; height: 2em"></button> <button type="button" id="whitebtn" style="background-color: white; width: 4em; height: 2em"></button> + <button type="button" id="blackbtn" style="background-color: black; width: 4em; height: 2em"></button> <button type="button" id="whitebtn" style="background-color: white; width: 4em; height: 2em"></button> <button type="button" id="redbtn" style="background-color: red; width: 4em; height: 2em"></button> <button type="button" id="bluebtn" style="background-color: blue; width: 4em; height: 2em"></button><br> <button type="button" id="magentabtn" style="background-color: magenta; width: 4em; height: 2em"></button> <button type="button" id="cyanbtn" style="background-color: cyan; width: 4em; height: 2em"></button> <button type="button" id="yellowbtn" style="background-color: yellow; width: 4em; height: 2em"></button> <button type="button" id="greenbtn" style="background-color: lime; width: 4em; height: 2em"></button><br> |