Skip to content

Commit 39f880d

Browse files
authored
Update index.html
1 parent 9178903 commit 39f880d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/weather-app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h1>Weather App</h1>
1616
</form>
1717
<div id="weather-data">
1818
<div class="icon">
19-
<!-- <img src="http://openweathermap.org/img/wn/01d.png" alt="Weather Icon"> -->
19+
<img src="http://openweathermap.org/img/wn/01d.png" alt="Weather Icon">
2020
</div>
2121
<div class="temperature"></div>
2222
<div class="description"></div>

0 commit comments

Comments
 (0)