Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Chunchster authored Aug 14, 2024
1 parent 5f27256 commit a5b8494
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ <h1 class="titulo">Encriptador de Texto</h1>

<div class="section3">
<div class="textbox-result" id="textbox-result">
<img src="assets/Muneco.png" alt="Alura">
<h2>Ningún mensaje fue encontrado</h2>
<img id="textbox-img" src="assets/Muneco.png" alt="Alura">
<h2 id="textbox-title">Ningún mensaje fue encontrado</h2>
<p id='text-result'>Ingresa el texto que desees encriptar o desencriptar</p>
<button class="inverted-button" id="bPortapapeles" style="display: none;">Copiar</button>
<button class="inverted-button setHide" id="bPortapapeles">Copiar</button>
</div>
</div>

Expand All @@ -71,4 +71,4 @@ <h2 class="brand">Challenge - Encriptador de Texto</h2>
<script src="js/desencriptar.js"></script>
<script src="js/portapapeles.js"></script>
</body>
</html>
</html>

0 comments on commit a5b8494

Please sign in to comment.