Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
tonmoy7722 committed Aug 26, 2024
1 parent 9365bf5 commit f925106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h2>Get the weather details of any city, Right Now!</h2>
<button id="next-hour" class="arrow-button"></button>
</div>
<button id="back-button" onclick="goBack()" style="display: none;">← Back</button>
<div id="weather-widget-container"></div> <!-- Widget Container -->
<div id="weather-widget-container"></div> <!--This is Widget Container -->
</main>
</div>
<script src="script.js"></script>
Expand Down

0 comments on commit f925106

Please sign in to comment.