Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ComettoLucas committed Nov 6, 2023
1 parent 6788e6b commit a59c0d1
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 @@ -148,7 +148,7 @@ <h2>Búsqueda de Ubicación y Clima</h2>
<p>Ubicación: {{ clima.name }}, {{ clima.sys.country }}</p>
<p>Latitud: {{ clima.coord.lat }}</p>
<p>Longitud: {{ clima.coord.lon }}</p>
<p>Temperatura: {{ clima.main.temp }} °C</p>
<p>Temperatura: {{ (clima.main.temp /10).toFixed(2)}} °C</p>
<p>Humedad: {{ clima.main.humidity }} %</p>

</div>
Expand Down

0 comments on commit a59c0d1

Please sign in to comment.