Connect Other Page

This commit is contained in:
Kelvin Samuel 2021-11-09 11:13:46 +07:00
parent 92914fd4d0
commit 8bfde4ef01

View file

@ -20,6 +20,15 @@
background-color: #1b1c1e;
}
.nav-color {
background-color: #212226;
}
.nav-radius {
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
}
.form-control {
background-color: #212226;
color: white;
@ -230,11 +239,11 @@
<input class="form-control input-sm text-center" id="exampleDropdownFormEmail1"
placeholder="Email address" type="email">
</div>
<a href="otp.html"><input class="btn btn-resetpassword btn-primary" style="width: 100%;"
<a href="otp"><input class="btn btn-resetpassword btn-primary" style="width: 100%;"
type="button" value="Reset Password"></a>
<br><br>
<div class="hoverforgot-1 text-center">
<a href="login.html">Or Return to Login</a>
<a href="login">Or Return to Login</a>
</div>
</form>
</div>