diff options
-rw-r--r-- | views/partials/canvas.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/partials/canvas.html b/views/partials/canvas.html index f8d73ec..26899d7 100644 --- a/views/partials/canvas.html +++ b/views/partials/canvas.html @@ -1,4 +1,4 @@ -<div class="editor"> + <div class="editor"> <canvas id="canvas" style="background:#fff; border:1px inset #888" width="400" height="200"></canvas><br> <button type="button" id="blackbtn">Black</button> <button type="button" id="whitebtn">White</button> <button type="button" id="redbtn">Red</button> <button type="button" id="bluebtn">Blue</button><br> @@ -162,4 +162,4 @@ }); </script> -</html>
\ No newline at end of file +</html> |