Skip to content

Commit 3924227

Browse files
author
Magucho Gómez
committed
Se integra imagenes
1 parent 7b5ed48 commit 3924227

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

imagenes/desencriptar.gif

2.07 MB
Loading

index2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function desencriptar(){
4747
bloque.textContent= "";
4848
vistiBueno.src = "./imagenes/ok.gif"
4949
}else{
50-
vistiBueno.src = "./imagenes/what.gif";
50+
vistiBueno.src = "./imagenes/desencriptar.gif";
5151
bloque.textContent= "";
5252
anuncio.textContent = "No se desencriptó ningun texto";
5353
alert("Debes ingresar algun texto");

0 commit comments

Comments
 (0)