-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontacts.html
29 lines (25 loc) · 928 Bytes
/
contacts.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
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>contacts</title>
</head>
<body>
<p>
<li>mobile number: +91-7976310739</li>
<li>whatsapp number: +91-7976310739</li>
<li>email id: itsadisingh003@gmail.com</li>
<li>Instagram id: <a href="https://www.instagram.com/i.m.adiiii/">i.m.adiiii</a></li>
</p>
<form class="" action="mailto=itsadisingh003@gmail.com" method="post" enctype="text/plain">
<label>your name:</label>
<input type="text" name="your name" value="" /><br />
<label>E-MAIL:</label>
<input type="email" name="your email" value="" /><br />
<label>Your message</label><br />
<textarea name="your message" id="" cols="30" rows="10"></textarea><br />
<input type="submit" name="" />
</form>
</body>
</html>