File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 99 < link rel ="stylesheet " href ="css/style.css ">
1010 < link href ="https://cdn.jsdelivr.net/npm/boxicons@2.1.2/css/boxicons.min.css " rel ="stylesheet "> <!--Include boxicon link-->
1111 < script src ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js " integrity ="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz " crossorigin ="anonymous "> </ script > <!--Include bootstrap js script-->
12+ < script src ="jQuery/jquery3.7.1.js "> </ script > <!--Link to jQuery-->
1213 < script src ="scripts/script.js "> </ script > <!--Link to personal js script-->
1314 </ head >
1415 < body >
@@ -53,9 +54,9 @@ <h2>Weather</h2>
5354 < div class ="weatherResult ">
5455 < img src ="" alt ="Weather Status " id ="weatherIcon ">
5556 < h3 id ="cityName "> </ h3 >
56- < p id ="weatherTemp "> </ p >
57- < p id ="weatherDesc "> </ p >
58- < p id ="weatherHum "> </ p >
57+ < p id ="temp "> </ p >
58+ < p id ="desc "> </ p >
59+ < p id ="hum "> </ p >
5960 </ div >
6061 </ div >
6162 </ section >
You can’t perform that action at this time.
0 commit comments