Skip to content

Commit

Permalink
#
Browse files Browse the repository at this point in the history
  • Loading branch information
gabizelaa committed Jun 11, 2024
1 parent 71c5803 commit 19811f0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Website/pages/investimento.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,12 @@ <h5 class="modal-title">Adicionar nova Investimento</h5>
<input type="number" class="form-control" id="inputRentabilidadeInvestimento" placeholder="0%">
</div>
<div class="mb-3">
<label for="labelDataInvestimento" class="form-label">Data</label>
<input type="date" class="form-control" id="inputDataInvestimento">
<label for="labelDataInicioInvestimento" class="form-label">Data Início</label>
<input type="date" class="form-control" id="inputDataInicioInvestimento">
</div>
<div class="mb-3">
<label for="labelDataTerminoInvestimento" class="form-label">Data Término</label>
<input type="date" class="form-control" id="inputDataTerminoInvestimento">
</div>
<div class="mb-3">
<label for="inputValorInvestimento" class="form-label">Valor</label>
Expand Down

0 comments on commit 19811f0

Please sign in to comment.