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 7, 2024
1 parent cd11200 commit 6fd4db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +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>
<a href="#" id="eraser" onclick="changePaintTool('eraser')"><img src="eraser.png"></a>
</div><br>
</div>

Expand Down

0 comments on commit 6fd4db4

Please sign in to comment.