Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div class="main-container" id="weather">
- <span class="weather" id="location">…</span></span>
- <span class="weather" id="sectionTemp"><span id="lblTemp">Temp:</span> <span id="temperature">…°C</span></span>
- <span class="weather" id="sectionHumidity"><span id="lblHumidity">Humidity:</span> <span id="humidity">…%</span></span>
- <span id="sectionForecast"><span class="weather" id="lblForecast">Weather:</span>
- <img id="forecast" src="https://openweathermap.org/img/w/01d.png" width="32" height="32"/></span>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement