-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
25 lines (25 loc) · 789 Bytes
/
Copy pathcontact.html
File metadata and controls
25 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<h3>Contact Me</h3>
<p>GMR Aero Towers,<br>RGI Airport,<br>Telangana - 501218.<br>+91 74184 14006<br>praveenkumar.p113@gmail.com</p>
<hr>
<form class="" action="mailto:praveenkumar.p113@gmail.com" method="post" enctype="text/plain">
<label for="">Your Nme:</label>
<input type="text" name="name" value="">
<br>
<label>Your Email:</label>
<input type="email" name="email" value="">
<br>
<label for="">Your Message:</label>
<br>
<textarea name="message" rows="10" cols="30"></textarea>
<br>
<input type="submit" name="" value="submit">
</form>
</body>
</html>