-
Notifications
You must be signed in to change notification settings - Fork 0
/
my contacts.html
40 lines (35 loc) · 1.23 KB
/
my 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
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
</head>
<body background="blacl.webp" style="color:white;">
My Contacts
<ul>
<li> Mobile Number - Rohan Dable -> 7498969181</li>
<li> My Working Email-> [email protected]</li>
<li> My twitter handle-> rohandable</li>
</ul>
<form class="" action="mailto:[email protected]" method="post" enctype="text/plain">
<label> Your Name:</label>
<input type="text" name="" value="">
<input type="color" name="" value=""><br>
<label>Do you want to sign up for my email list?</label>
<input type="checkbox" name="" value="">
<input type="Submit" name="" /> <br>
<label>Your Email:</label>
<input type="text" name="Your Email" value="">
<input type="Submit" name="" ><br>
<label>Password -</label>
<input type="text" name="" value="">
<input type="Submit" name="" ><br>
<label>Date of Birth:</label>
<input type="date" name="" value="">
<input type="Submit" name="" ><br>
<label>Your Message:</label><br>
<textarea name="name" rows="10" cols="30"></textarea><br>
<input type="Submit" name="" >
</form>
</body>
</html>