Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
KrishGaur1354 authored Sep 9, 2023
1 parent 3573d33 commit 24a75a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
<div id="weather_wrapper">
<div class="weatherCard">
<div class="currentTemp">
<span class="temp">30&deg;</span>
<span class="location">Delhi</span>
<span class="temp">18&deg;</span>
<span class="location">Himalayas</span>
</div>
<div class="currentWeather">
<span class="conditions">&#xf00d;</span>
<div class="info">
<span class="rain">2.5 MM</span>
<span class="wind">6 KM/H</span>
<span class="wind">3 KM/H</span>
</div>
</div>
</div>
Expand Down

0 comments on commit 24a75a1

Please sign in to comment.