We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9178903 commit 39f880dCopy full SHA for 39f880d
projects/weather-app/index.html
@@ -16,7 +16,7 @@ <h1>Weather App</h1>
16
</form>
17
<div id="weather-data">
18
<div class="icon">
19
- <!-- <img src="http://openweathermap.org/img/wn/01d.png" alt="Weather Icon"> -->
+ <img src="http://openweathermap.org/img/wn/01d.png" alt="Weather Icon">
20
</div>
21
<div class="temperature"></div>
22
<div class="description"></div>
0 commit comments