Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaelmos authored Mar 1, 2024
1 parent 1516080 commit 83c536b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<a href="#" id="rectangle" onclick="changePaintTool('rectangle')"><img src="rectangle.png"></a>
<a href="#" id="cercle" onclick="changePaintTool('cercle')"><img src="cercle.png"></a>
<a href="#" id="polygone" onclick="changePaintTool('polygone')"><img src="polygone.png"></a>
<a href="#" id="eraser" onclick="changePaintTool('eraser')"><img src="polygone.png"></a>
</div><br>
</div>

Expand Down

0 comments on commit 83c536b

Please sign in to comment.