Abhiram 2 anni fa
parent
commit
56f7e77229
2 ha cambiato i file con 7 aggiunte e 7 eliminazioni
  1. 6
    6
      forgotpassword/index.html
  2. 1
    1
      login/index.html

+ 6
- 6
forgotpassword/index.html Vedi File

@@ -6,7 +6,7 @@
6 6
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
7 7
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
8 8
     <title>Login</title>
9
-    <link rel="stylesheet" href="./assets/css/login.css">
9
+    <link rel="stylesheet" href="../assets/css/login.css">
10 10
 </head>
11 11
 
12 12
 <body>
@@ -14,7 +14,7 @@
14 14
         <div class="form-container">
15 15
             <div class="email-box" id="emailBox">
16 16
                 <div class="form-header">
17
-                    <img id="logo" src="assets/imgs/biz-logo.svg" alt="">
17
+                    <img id="logo" src="../assets/imgs/biz-logo.svg" alt="">
18 18
                     
19 19
                    
20 20
                 </div>
@@ -29,7 +29,7 @@
29 29
                         <label class="form-control-placeholder" for="name">Enter Registered Email or Mobile</label>
30 30
                      </div>
31 31
                     <div class="btn-div"><button class="btn  btn-block" onclick="showOtpBox()" id="btn_SendCode" type="button">Send</button></div>
32
-                    <div class="back-btn"><a href="index.html" >Back to login</a></div>
32
+                    <div class="back-btn"><a href="../login/index.html" >Back to login</a></div>
33 33
                 </div>
34 34
                 <div id="modal_Otp" style="display: none;">
35 35
                     <h4 class="opt-text">We have sent OTP on your  Mobile Number and Email!</h4>
@@ -53,7 +53,7 @@
53 53
                         <label class="form-control-placeholder" for="name">Re-enter new password</label>
54 54
                      </div>
55 55
                     <div class="btn-div"><button class="btn  btn-block " onclick="showSuccessBox()" id="btn_ResetPswd" type="button">Reset Password</button></div>
56
-                    <div class="back-btn"><a href="index.html" >Back to login</a></div>
56
+                    <div class="back-btn"><a href="../login/index.html" >Back to login</a></div>
57 57
                 </div>
58 58
                 <div id="div_SuccessMsg" style="display: none;">
59 59
                     <div class="d-62 bg-white rounded-circle mb-10 d-flex align-items-center justify-content-center mx-auto">
@@ -61,7 +61,7 @@
61 61
                     </div>
62 62
                     <h2>Password Updated Successfully</h2>
63 63
                     <div class="reset-success">
64
-                      <a href="index.html" >Click here to Login</a>
64
+                      <a href="../login/index.html" >Click here to Login</a>
65 65
                     </div>
66 66
                   </div>
67 67
 
@@ -74,7 +74,7 @@
74 74
         </div>
75 75
     </div>
76 76
 
77
-    <script src="./assets/js/forgotpassword.js"></script>
77
+    <script src="../assets/js/forgotpassword.js"></script>
78 78
 </body>
79 79
 
80 80
 </html>

+ 1
- 1
login/index.html Vedi File

@@ -59,7 +59,7 @@
59 59
                         </div>
60 60
                     </div>
61 61
                     <div class="form-link flex-between-center">
62
-                        <label><a>Forgot password?</a></label>
62
+                        <label><a href="../forgotpassword/index.html">Forgot password?</a></label>
63 63
                         <button class="btn">Next</button>
64 64
                     </div>
65 65
                 </div>

Loading…
Annulla
Salva