-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
28 lines (28 loc) · 1.08 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
<!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>Document</title>
</head>
<body>
<h2> <a href="https://instagram.com/kyoko_chan26?igshid=ZDdkNTZiNTM=">Instagram</a></h2>
<h2> <a href="https://www.linkedin.com/in/vishakha-sainani-85266b255/">LinkedIn</a></h2>
<br>
<h2>You can contact me by submitting your details here</h2>
<form action="mailto:[email protected]" method="post" enctype="text/plain">
<label for="Name">Enter your name</label>
<input type="text"><br>
<label for="Mail id">Enter your email id</label>
<input type="email" name="Your email" value=""><br>
<label for="">Password</label>
<input type="password"><br>
<label for="">Enter your message here</label>
<textarea name="" id="" cols="20" rows="1"></textarea>
<br>
<label for="">Do you wish to submit</label>
<input type="checkbox" name="" id="">
<input type="submit"></form>
</body>
</html>