-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontect.html
32 lines (29 loc) · 1.02 KB
/
contect.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My contect details</title>
</head>
<body>
<h2>Here is my contect details</h2>
<br>
<h3>contect no : 9558888410</h3>
<h3>E-mail : [email protected] </h3>
<h3>instagram : mihir_4116</h3>
<hr>
<h3>Feel free to enter your details if you are busy so that i will contect you</h3>
<form action="mailto:[email protected]" method="post" enctype="text/plain">
<label for="Name">Enter your Name</label>
<input type="text" name="yourName" value="">
<br>
<label for="E-mail">Enter your E-mail</label>
<input type="email" name="yourEmail" value="">
<br>
<label for="Text area">Your Message to me:</label><br>
<textarea name="yourMessage" id="" cols="30" rows="10"></textarea>
<br>
<input type="submit" Submit Now="" id="">
</form>
</body>
</html>