-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontantme.html
27 lines (25 loc) · 921 Bytes
/
contantme.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>contact me</title>
</head>
<body>
<h3>my facebook</h3>
<h3>my email</h3>
<h3>my instagramme</h3>
<p>0913885390</p>
<form class="" action="mailto:[email protected]" method="post">
<label for="">Your name</label>
<input type="text" name="" value=""><br>
<label for="">Your email address</label>
<input type="text" name="" value=""><br>
<label for="">your password</label>
<input type="password" name="" value=""><br>
<label for="">add your photo</label>
<input type="file" name="" value=""><br>
<textarea name="name" rows="10" cols="50"></textarea><br>
<input type="submit" name="" value="">
</form>
</body>
</html>