Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions Weather App/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
</div>

<div class="location-not-found">
<h1>Sorry, Location not found!!!</h1>
<h1>Sorry,Location not found!!!</h1>
<img src="/assets/404.png" alt="404 Error">
</div>

<div class="weather-body">
<img src="/assets/cloud.png" alt="Weather Image" class="weather-img">

<div class="weather-box">
<p class="temperature">0 <sup>°C</sup></p>
<p class="description">light rain</p>
<p class="temperature">0<sup>°C</sup></p>
<p class="description">lightrain</p>
</div>

<div class="weather-details">
Expand All @@ -54,4 +54,5 @@ <h1>Sorry, Location not found!!!</h1>
<script src="script.js"></script>
<script src="https://kit.fontawesome.com/595a890311.js" crossorigin="anonymous"></script>
</body>
</html>

</html>