Skip to content

Commit

Permalink
text
Browse files Browse the repository at this point in the history
  • Loading branch information
angelcaz-msft committed Aug 17, 2023
1 parent f88ce6d commit 709a3df
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 @@ -14,7 +14,7 @@
<h1 class="text-center">Calculadora de Impuestos</h1>
<div class="form-group">
<label for="valorInmueble">Ingrese el valor del inmueble:</label>
<input type="number" id="valorInmueble" class="form-control" inputmode="numeric" pattern="[0-9]*">
<input type="text" id="valorInmueble" class="form-control" inputmode="numeric" pattern="[0-9]*">
</div>
<button class="btn btn-primary btn-block" onclick="calcularImpuesto()">Calcular Impuesto</button>
<p id="resultado" class="text-center mt-3"></p>
Expand Down

0 comments on commit 709a3df

Please sign in to comment.