-
Notifications
You must be signed in to change notification settings - Fork 0
/
contacts.html
35 lines (35 loc) · 1013 Bytes
/
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<h1>CONTACTS</h1>
<p>[email protected]</p>
<p>+243814444513</p>
<p>C/NGALIEMA Q/JOLI PARC Avenue/ 3 vallEE Num 1</p>
<form action="mailto:[email protected]" method="post">
<label> Your Name :</label>
<input type="text" name="" value="">
<br>
<br>
<label>Your email adress :</label>
<input type="email" name="" value="">
<input type="date" name="" value="">
<br>
<br>
<label>Do you want to receive mail?</label>
<input type="checkbox" name="" value="">
<br>
<br>
<label>Upload your application form</label>
<input type="file" name="" value="">
<br>
<br>
<label>Any comment ?</label>
<textarea name="name" rows="8" cols="30"></textarea><br>
<input type="submit" name="" value="Submit">
</form>
</body>
</html>