diff --git a/code/index.html b/code/index.html
index e0fa7d9..992cac9 100644
--- a/code/index.html
+++ b/code/index.html
@@ -8,7 +8,7 @@
- Résultat
+ Résultat
Objectif
@@ -25,7 +25,7 @@
- Réserve
+ Réserve
@@ -107,7 +107,7 @@
var ny=(height/6)*(y>0 ? y+2 : y+3);
img.src="ress/"+color+".png";
-
+
img.onload = function(){
console.log("x:"+x+" y:"+y+" col:"+color);
lectx.drawImage(img,nx,ny,width/6,height/6);