Update index.html
Browse files- index.html +5 -3
index.html
CHANGED
@@ -14,9 +14,11 @@
|
|
14 |
</header>
|
15 |
|
16 |
<form id="currencyForm">
|
17 |
-
<
|
18 |
-
|
19 |
-
|
|
|
|
|
20 |
<div class="currency-selectors">
|
21 |
<div class="currency-group">
|
22 |
<label for="fromCurrency">From</label>
|
|
|
14 |
</header>
|
15 |
|
16 |
<form id="currencyForm">
|
17 |
+
<div class="form-group">
|
18 |
+
<label for="amount">Amount</label>
|
19 |
+
<input type="number" id="amount" placeholder="Enter amount" value="10.00" required>
|
20 |
+
</div>
|
21 |
+
|
22 |
<div class="currency-selectors">
|
23 |
<div class="currency-group">
|
24 |
<label for="fromCurrency">From</label>
|