-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact-me.html
32 lines (31 loc) · 1.22 KB
/
contact-me.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 http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>contact-me</title>
</head>
<body>
<ul>
<h1>contact-me</h1>
<li><a href="6296142213">my whatsapp number</a></li>
<li><a href="bappaberas0808@gmail.com"> official gmail</a></li>
<li><a href="https://www.linkedin.com/in/bappa-bera-910616236">Linkedin Profile</a></li>
<li><a href="https://youtube.com/c/SingleSiri">Youtube</a></li>
<li><a href="https://www.instagram.com/bappa_0808/">instagram</a></li>
<li><a href="https://www.facebook.com/bappa.bera.71868">facebook</a></li>
</ul>
<hr>
<form class=""action="mailto:info@bappaberas0808@gmail.com" method="post">
<label>Your Name:</label>
<input type="text" name="" value=""><br>
<label> Your Email:</label>
<input type="email" name="" value="">
<input type="submit" name=""><br>
<label>Your message:</label><br>
<textarea name="" id="" cols="30" rows="10"></textarea>
<input type="submit" name="">
</form>
</body>
</html>