Skip to content

Commit

Permalink
index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
runas24 authored Apr 13, 2024
1 parent 26af20d commit 81af0b0
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 @@ -18,7 +18,7 @@ <h2>Кредитный калькулятор</h2>
<label for="loanTerm">Срок кредита (в годах):</label>
<input type="number" id="loanTerm" required><br>
<label for="interestRate">Процентная ставка (%):</label>
<input type="number" id="interestRate" required><br>
<input type="text" id="interestRate" required pattern="[0-9]+([\.,][0-9]+)?" title="Введите число, например: 18 или 18.5"><br>
<button type="submit">Рассчитать</button>
</form>
<div id="monthlyPayment"></div>
Expand Down

0 comments on commit 81af0b0

Please sign in to comment.