-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathContact.html
More file actions
24 lines (22 loc) · 845 Bytes
/
Contact.html
File metadata and controls
24 lines (22 loc) · 845 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="7" dir="ltr">
<head>
<meta charset="utf-8">
<title>Contact me</title>
</head>
<body>
<h1>Contact details</h1>
<p><strong>Email adress:</strong><a href="Lemrabott.ABDELAZIZ@etu.uca.fr">Lemrabott.ABDELAZIZ@etu.uca.fr</a></p>
<p><strong>Phone:</strong> +33 6 99 54 38 11.</p>
<p><strong>Linkedin:</strong><a href="https://www.linkedin.com/in/lemrabott-abdelaziz/"> Lemrabott ABDELAZIZ</a></p>
<hr size="3" noshade>
<h1>Leave a Message !!!</h1>
<form action=mailto:Lemrabott.ABDELAZIZ@etu.uca.fr?subject method="post" enctype="text/plain">
<label> Your Name:</label>
<input type="text" name="" value="">
<label>Your Message</label>
<textarea name="name" rows="100" cols="180"></textarea>
<input type="submit">
</form>
</body>
</html>