-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontectme.html
92 lines (88 loc) · 2.62 KB
/
contectme.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Contect Me</title>
</head>
<body>
<h1>My Contect details</h1>
<ul>
<h3>Present address<h3></h3>
<li>
<p>A.g colony Patna, Near A.g colony park<br />
police station:Sastrinagar<br />
pin code:800023<br />
Mobile no:6299739898
</p>
<strong><a href="https://www.google.com/maps/place/AG+Colony,+Patna,+Bihar+800025/@25.6182324,85.0851076,16z/data=!3m1!4b1!4m5!3m4!1s0x39ed5799c0581f1b:0xacf9ebe3bdd22291!8m2!3d25.6175923!4d85.0895694">A.g colony patna</a></strong>
</li>
</ul>
<ul>
<h3>Permanent address<h3></h3>
<li>
<P>Vill:- Gokhula , P.o:- Bara<br />
police station:Bhagwanganj<br />
District: Patna<br />
pin code:804454<br />
Mobile no:6299739898
</p>
<strong><a href="https://www.google.com/maps/place/Bhagwanganj,+Bihar+804454/@25.3003687,84.9294676,16z/data=!3m1!4b1!4m5!3m4!1s0x398d4cb14a411baf:0x9705810e88442ce2!8m2!3d25.2992143!4d84.9336248">permanent address map</a></strong>
</li>
</ul>
<h3 style="color:blue;">Email: <p>
</p>
</h3>
<h3 style="color:blue;">Call</h3>
<h4>6299739898</h4>
<hr border="3">
<form action="mailto:[email protected]" method="post" enctype="text/plain">
<table border="3" style="color:blue;">
<tr>
<td><label><b>your name:</b></label>
<input type="text" name="" placeholder="username">
</td>
</tr>
<tr>
<td><input type="datetime-local" name="" placeholder="date and time"><br /></td>
</tr>
<tr>
<td><label>your email:</label>
<input type="email" name="" placeholder="email"></td>
</tr>
<br />
<tr>
<td>
<label>Write your message here</label>
<br />
<textarea name="your message" rows="10" cols="30"></textarea></td>
</tr>
<tr>
<td><input type="file"></td>
</tr>
<tr>
<td>
<label>Do you want to send email:</label>
<input type="radio"><label>yes</label>
<input type="radio"><label>no</label></td>
</tr>
<tr>
<td><label>password</label>
<input type="password" name="" value=""></td>
</tr>
<tr>
<td>
<label>Do you want to singup using email</label>
<input type="checkbox" name="" value="">
</td>
</tr>
<tr>
<td><input type="range"></td>
</tr>
<tr>
<td><input type="submit" name=""></td>
</tr>
</table>
</form>
</body>
</html>