Skip to content

Commit

Permalink
index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
UttMarcos authored Dec 8, 2024
1 parent 40e2e5c commit 65fd9d0
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 @@ -20,7 +20,7 @@ <h1>Calculadora de IMC</h1>
<input type="number" id="weight" placeholder="Digite seu peso" required>

<label for="height">Altura (m):</label>
<input type="number" step="0.01" id="height" placeholder="Digite sua altura" required>
<input type="number" step="0.01" id="height" placeholder="Ex: 1,90" required>

<button onclick="calculateIMC()">Calcular IMC</button>
</div>
Expand Down

0 comments on commit 65fd9d0

Please sign in to comment.