-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
34 lines (34 loc) · 1.12 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" dir="ltr">
<head>
<meta charset="utf-8">
<title>Contact Me</title>
</head>
<body>
<center>
<h1>Contact Me</h1>
<h3>Number-9001012065</h3>
<h3>Email-todwalgoransh53@gmail.com</h3>
<h3>Address:</h3>
<h5>E-44 Deendayal colony Niwai(Tonk)</h5>
<h3>Follow me Instagram-Goransh Todwal</h3>
<h3>Follow me facebook-Goransh Todwal</h3>
<hr>
<h2>if you want to Ask me</h2>
<form action="mailto:todwalgoransh53@gmail.com" method="post" enctype="text/plain">
<label for="">Your Name:</label>
<input type="text" name="Your Name" value="Name">
<br>
<br>
<label for="">Your Email:</label>
<input type="email" name="Your Email" value="Email">
<br><br>
<label for="">Your Message:</label>
<br>
<textarea name="Your Message" rows="10" cols="30"></textarea>
<br><br>
<input type="submit" name="" >
</form>
</center>
</body>
</html>