-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact1.html
63 lines (62 loc) · 2.17 KB
/
contact1.html
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>My Contact Details</title>
</head>
<body>
<h2>Thanks for reaching out to me</h2>
<ul>
<li>
E-Mail :
<ol>
<li>
</li>
<li>
</li>
<li>
</li>
</ol>
</li>
<br><br>
<li>
Phone Number :
<ol>
<li>
4720400280
</li>
<li>
1234567890
</li>
<li>
4649269233
</li>
</ol>
</li>
<br><br>
<li> Connect me on likedin :
<a href="https://www.linkedin.com/in/vishisht-dubey-648097228/"><b>Vishisht Dubey</b></a></li>
</ul>
<hr size="3" noshade>
<p> <b>Enter your details below and fill fields are mandatory to fill. Our team will
contact you soon </b></p>
<form class="" action="" method="post">
<label> Username : </label>
<input type = "text" name="" value=""><br><br>
<label> Password : </label>
<input type = "text" name="" value=""><br><br>
<label>Enter your e-mail id</label>
<input type = "email" name="" value="">
<input type = "submit" name="Submit">
<br><br>
<p><b>Upload Your I-Card in pdf format<br>Size must be less than 5 mb</b></p><input type = "file"><br><br>
<label for="meeting-time">Choose a time for your appointment:</label>
<input type="datetime-local" id="meeting-time"
name="meeting-time" value="2018-06-12T18:30"
min="2022-08-26T00:00" max="2030-12-31T06:30">
</form>
</body>
</html>