-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
31 lines (31 loc) · 1.01 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<h3>Contact At:</h3>
<p>Mail id- [email protected]</p>
<a href="https://www.linkedin.com/in/rudradeep-saha-4289118a/">LinkedIn Profile</a>
<hr>
<form action="mailto:[email protected]" method="post" enctype="text/plain">
<label for="">Name:</label>
<input type="text" name="Name:">
<br>
<label for="">Email:</label>
<input type="email" name="Email:" value="">
<br>
<label for="">Date of Birth:</label>
<input type="date" name="Date of Birth:" value="">
<br>
<label for="">What Help Do you Need?</label>
<br>
<textarea name="What Help Do you Need?" rows="8" cols="80"></textarea>
<br>
<label for="">Upload Your Full Details<details open><input type="file" name="" value="">
<br>
<input type="submit" name="" value="submit"></details></label>
</form>
</body>
</html>