Changes in like
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Login</title>
|
||||
<link rel="stylesheet" href="./assets/css/login.css">
|
||||
<link rel="stylesheet" href="../assets/css/login.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -14,7 +14,7 @@
|
||||
<div class="form-container">
|
||||
<div class="email-box" id="emailBox">
|
||||
<div class="form-header">
|
||||
<img id="logo" src="assets/imgs/biz-logo.svg" alt="">
|
||||
<img id="logo" src="../assets/imgs/biz-logo.svg" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
@@ -29,7 +29,7 @@
|
||||
<label class="form-control-placeholder" for="name">Enter Registered Email or Mobile</label>
|
||||
</div>
|
||||
<div class="btn-div"><button class="btn btn-block" onclick="showOtpBox()" id="btn_SendCode" type="button">Send</button></div>
|
||||
<div class="back-btn"><a href="index.html" >Back to login</a></div>
|
||||
<div class="back-btn"><a href="../login/index.html" >Back to login</a></div>
|
||||
</div>
|
||||
<div id="modal_Otp" style="display: none;">
|
||||
<h4 class="opt-text">We have sent OTP on your Mobile Number and Email!</h4>
|
||||
@@ -53,7 +53,7 @@
|
||||
<label class="form-control-placeholder" for="name">Re-enter new password</label>
|
||||
</div>
|
||||
<div class="btn-div"><button class="btn btn-block " onclick="showSuccessBox()" id="btn_ResetPswd" type="button">Reset Password</button></div>
|
||||
<div class="back-btn"><a href="index.html" >Back to login</a></div>
|
||||
<div class="back-btn"><a href="../login/index.html" >Back to login</a></div>
|
||||
</div>
|
||||
<div id="div_SuccessMsg" style="display: none;">
|
||||
<div class="d-62 bg-white rounded-circle mb-10 d-flex align-items-center justify-content-center mx-auto">
|
||||
@@ -61,7 +61,7 @@
|
||||
</div>
|
||||
<h2>Password Updated Successfully</h2>
|
||||
<div class="reset-success">
|
||||
<a href="index.html" >Click here to Login</a>
|
||||
<a href="../login/index.html" >Click here to Login</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="./assets/js/forgotpassword.js"></script>
|
||||
<script src="../assets/js/forgotpassword.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
+1
-1
@@ -59,7 +59,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-link flex-between-center">
|
||||
<label><a>Forgot password?</a></label>
|
||||
<label><a href="../forgotpassword/index.html">Forgot password?</a></label>
|
||||
<button class="btn">Next</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user