-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathverify.html
More file actions
39 lines (32 loc) · 1.19 KB
/
verify.html
File metadata and controls
39 lines (32 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>KFC OTP VERIFICATION</title>
<link rel="icon" href="https://w7.pngwing.com/pngs/521/788/png-transparent-kfc-the-colonel-hd-logo.png">
<link rel="stylesheet" href="verify.css">
</head>
<body>
<div id="main">
<div id="signin-header">Sign In/Sign up</div>
<div id="logo"><a href="index.html"><img src="https://login.kfc.co.in/auth/resources/jdsrg/login/kfcIndiaLoginUIDev_2022_08_04/images/KFC_logo.svg" alt=""></a>
</div>
<div id="title">
WE JUST TEXTED YOU
</div>
<div id="mobno">please enter the verification code we just sent you
<p id="samemobno"> </p></div>
<div id="code">
<input type="text" id="otpcode"></div>
<div id="resend">
<input type="submit" value="Resend the Code" id="resendotp">
</div>
<div id="submit">
<button id="submitbtn">Submit</button>
</div>
</div>
</body>
</html>
<script src="verify.js"></script>