-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathContactMe.html
More file actions
26 lines (25 loc) · 789 Bytes
/
ContactMe.html
File metadata and controls
26 lines (25 loc) · 789 Bytes
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<p><strong>My Contact Information is </strong></p>
<ul>
<li>Email - sngm1190@hotmail.com</li>
<li>Phone - 732-890-8140</li>
</ul>
<hr>
<form class="" action="mailto:info@mandeep.com" method="post" enctype="text/plain">
<label for="name">Your Name</label>
<input type="text" name="Your Name" value="">
<br><label for="">Enter your email Address</label>
<input type="email" name="email" value="">
<br><label for="">Message</label>
<br><textarea name="name" rows="8" cols="30"></textarea>
<br><input type="Message" name="" value="">
<br><input type="submit" name="">
</form>
</body>
</html>