Skip to content

Commit

Permalink
Encriptador casi update
Browse files Browse the repository at this point in the history
  • Loading branch information
mrp500 committed Mar 3, 2024
1 parent 27ae444 commit f88144c
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 @@ -28,7 +28,7 @@ <h1>Encriptador<br>
<textarea id="inputTextArea" rows="18" cols="40" placeholder="Ingrese texto aquí" class="campotransparente-uno"></textarea>
<p>Solo letras minusculas y sin acentos</p>
<div style="text-align: center;">
<button class="button-uno" onclick="encryptText(), limpiarTextarea()">Encriptar!</button>
<button class="button-uno" onclick="encryptText(), limpiarTextarea();">Encriptar!</button>
<button class="button-dos" onclick="decryptText(), limpiarTextarea();">Desencriptar!</button>
</div>
</div>
Expand Down

0 comments on commit f88144c

Please sign in to comment.