6767 < div class ="col-md-4 login-form mt-5 ">
6868 < h3 class ="mb-3 fw-bold "> Log in to < span class ="text-danger "> Exclusive</ span > </ h3 >
6969 < p class ="text-muted mb-4 "> Enter your details below</ p >
70- < form >
70+ < form id =" login-form " >
7171 < div class ="mb-3 ">
72- < input type ="email " class ="form-control " placeholder ="Email or Phone Number ">
72+ < input type ="email " class ="form-control " placeholder ="Email or Phone Number " id =" email " >
7373 </ div >
7474 < div class ="mb-3 ">
75- < input type ="password " class ="form-control " placeholder ="Password ">
75+ < input type ="password " class ="form-control " placeholder ="Password " id =" password " >
7676 </ div >
7777 < div class ="d-flex justify-content-between align-items-center mb-3 ">
7878 < button class ="btn btn-danger px-4 "> Log In</ button >
@@ -105,8 +105,8 @@ <h5>Support</h5>
105105 < div class ="box ">
106106 < h5 > Account</ h5 >
107107 < div class ="Account-us ">
108- < a href =""> My Account</ a >
109- < a href ="" style ="display: inline-block; "> Login</ a > / < a href =""
108+ < a href ="../editProfilePage/EditProfilePage.html "> My Account</ a >
109+ < a href ="../login/login.htm " style ="display: inline-block; "> Login</ a > / < a href ="../create acount/create.htm "
110110 style ="display: inline-block; "> Register</ a >
111111 < a href =""> Cart</ a >
112112 < a href =""> Wishlist</ a >
@@ -140,17 +140,17 @@ <h5>Download App</h5>
140140 </ div >
141141 </ div >
142142 <!-- End footer -->
143- <!-- swiper js -->
143+ <!-- swiper js -->
144144
145- < script src ="https://code.jquery.com/jquery-3.6.0.min.js "> </ script >
146- < script src ="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js "> </ script >
147- < script src ="https://cdnjs.cloudflare.com/ajax/libs/Counter-Up/1.0.0/jquery.counterup.min.js "> </ script >
148- < script src ="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js "> </ script >
149- <!-- js bootstrap -->
150- < script src ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/js/bootstrap.bundle.min.js "
145+ < script src ="https://code.jquery.com/jquery-3.6.0.min.js "> </ script >
146+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js "> </ script >
147+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/Counter-Up/1.0.0/jquery.counterup.min.js "> </ script >
148+ < script src ="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js "> </ script >
149+ <!-- js bootstrap -->
150+ < script src ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/js/bootstrap.bundle.min.js "
151151 integrity ="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz "
152152 crossorigin ="anonymous "> </ script >
153- < script >
153+ < script >
154154 window . onload = function ( ) {
155155 // Get the full name from the query string
156156 const urlParams = new URLSearchParams ( window . location . search ) ;
@@ -161,7 +161,9 @@ <h5>Download App</h5>
161161 document . getElementById ( 'login-message' ) . textContent = "Guest!" ;
162162 }
163163 } ;
164- </ script >
164+ </ script >
165+ < script src ="./login.js "> </ script >
166+
165167</ body >
166168
167169</ html >
0 commit comments