Skip to content

Commit

Permalink
update app/templates/*
Browse files Browse the repository at this point in the history
  • Loading branch information
Nurul-GC committed Aug 3, 2023
1 parent ca88031 commit c9b6b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/encrypt.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h3>Ou, preenchendo o formulario:</h3>
<form class="fm" method="post" action="{{ url_for('encryption') }}">
<div class="form-group">
<label for="textEncrypt"><b>Texto por encriptar</b></label>
<input type="text" class="form-control mb-2" id="textEncrypt" name="text" placeholder="Digite aqui o que deseja encriptar...">
<textarea rols="10" cols="50" class="form-control mb-2" id="textEncrypt" name="text" placeholder="Digite aqui o que deseja encriptar..."></textarea>
<button type="submit" class="btn bg-dark text-light mb-2">Encriptar</button>
</div>
</form>
Expand Down

0 comments on commit c9b6b5e

Please sign in to comment.