-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed html code which is added danamically through js
- Loading branch information
1 parent
e9d4535
commit e8f58b5
Showing
4 changed files
with
17 additions
and
46 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,9 +19,7 @@ | |
<h2 class="default_day">Sunday</h2> | ||
<span class="default_date">18 may 2024</span> | ||
<div class="icons"> | ||
<img src="https://openweathermap.org/img/wn/[email protected]" alt="weather"> | ||
<h2 class="weather_temp">22°C</h2> | ||
<h3 class="cloudtxt">Overcsast Clouds</h3> | ||
<!-- Contents will add with help of js --> | ||
</div> | ||
</div> | ||
</div> | ||
|
@@ -32,46 +30,11 @@ <h3 class="cloudtxt">Overcsast Clouds</h3> | |
</form> | ||
|
||
<div class="day_info"> | ||
<div class="content"> | ||
<p class="title">Name</p> | ||
<span class="value">United Kingdom</span> | ||
</div> | ||
<div class="content"> | ||
<p class="title">Temp</p> | ||
<span class="value">23° C </span> | ||
</div> | ||
<div class="content"> | ||
<p class="title">HUMIDITY</p> | ||
<span class="value">2%</span> | ||
</div> | ||
<div class="content"> | ||
<p class="title">WIND SPEED</p> | ||
<span class="value">2.92 Km/h</span> | ||
</div> | ||
<!-- data show dinamically here with help of js --> | ||
</div> | ||
<div class="list_content"> | ||
<ul> | ||
<li> | ||
<span>Mon</span> | ||
<img src="https://openweathermap.org/img/wn/[email protected]" alt=""> | ||
<span class="day_temp">23°C</span> | ||
</li> | ||
<li> | ||
<span>Mon</span> | ||
<img src="https://openweathermap.org/img/wn/[email protected]" alt=""> | ||
<span class="day_temp">23°C</span> | ||
</li> | ||
<li> | ||
<span>Mon</span> | ||
<img src="https://openweathermap.org/img/wn/[email protected]" alt=""> | ||
<span class="day_temp">23°C</span> | ||
</li> | ||
<li> | ||
<span>Mon</span> | ||
<img src="https://openweathermap.org/img/wn/[email protected]" alt=""> | ||
<span class="day_temp">23°C</span> | ||
</li> | ||
|
||
<!-- Data show here dinamically --> | ||
</ul> | ||
</div> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters