-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontactmee.html
More file actions
30 lines (30 loc) · 1.09 KB
/
contactmee.html
File metadata and controls
30 lines (30 loc) · 1.09 KB
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<h1>hiiiiii</h1>
<hr>
<form class="" action="mailto:ritikarumde@gmail.com" method="post" enctype="text/plain">
<label for="">Your name</label>
<input type="text" name="yourName" value=""><br>
<label for="">email</label>
<input type="email" name="yourEmail" value=""><br>
<label for="">Your message</label><br>
<textarea name="yourMessage" rows="8" cols="40"></textarea><br>
<label for="">do you wanna sign up to email list?</label>
<input type="checkbox" name="checkbox" value=""><br>
<label for="">password</label>
<input type="password" name="password" value=""><br>
<!--<input type="color" name="" value=""><br>
<label for="">choose a file</label>
<input type="file" name="" value=""><br>
<input type="date" name="" value=""><br>
<input type="radio" name="" value=""><br>
<input type="range" name="" value=""><br>-->
<input type="submit" name="">
</form>
</body>
</html>