-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
34 lines (26 loc) · 1.04 KB
/
contact.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
<!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></title>
</head>
<body>
<ol>
<li>[email protected]</li>
<li><a href="https://www.linkedin.com/in/ashutosh-kumar-729777170?lipi=urn%3Ali%3Apage%3Ad_flagship3_profile_view_base_contact_details%3Bgzu0QnfARj2%2BpOJ67q7KMA%3D%3D">Linkedin.com</a> </li>
<li>MOBILE NO<STRONG>8969410270</STRONG></li>
<hr>
</ol>
<form action="mailto:[email protected]" method="post" enctype="text/plain">
<label> Your Name:</label>
<input type="text" name="yourName" values=""><br>
<label>Your Email:</label>
<input type="email" name="yourEmail" values="">
<label>Your message:</label><br>
<textarea name="yourMessage" rows="8" cols="30"></textarea><br>
<input type="submit" name="" values="">
</form>
</body>
</html>