FINAAAALLLL

This commit is contained in:
Chiara 2019-12-06 06:20:43 +01:00
parent 153a7d104f
commit e9cc0c61a5

View File

@ -73,11 +73,6 @@
<script>
startGame()
load()
if (jeuxFini()) {
var myImage = new Image(150, 150);
myImage.src = './gifs/homme trop swag immobile.png';
document.body.appendChild(myImage);
}
</script>
</body>