-
Notifications
You must be signed in to change notification settings - Fork 0
/
mob.html
23 lines (20 loc) · 872 Bytes
/
mob.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!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>Document</title>
<link rel="stylesheet" href="./styles/emob.css">
</head>
<body>
<form>
<div id="box">
<h4 id="verify">Verify Email Address</h4>
<p id="para">Just a moment,we need to verify your mobile number</p>
<input type="text" id="btn" placeholder="Enter Verification Code(6-digit)">
<button id="btn3"><a href="homepage.html">Verify and Continue</a></button>
</div>
</form>
</body>
</html>