-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontactme.html
More file actions
28 lines (25 loc) · 776 Bytes
/
contactme.html
File metadata and controls
28 lines (25 loc) · 776 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
25
26
27
28
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Contact me </title>
</head>
<body>
<h1>Contact me </h1>
<ol>
<li>Number phone : +2135415781</li>
<li>Mail address : sirmohamed6@gmail.com</li>
<li><a href="https://www.facebook.com/mohamed.aissa.58"> My facebook account </a></li>
</ol>
<form class="" action="index.html" method="post">
<label> Your Name : </label>
<input type="text" name="" value=""><br>
<label>Your Email : </label>
<input type="email" name="" value=""><br>
<label> your message </label><br>
<textarea name="name" rows="12" cols="80"></textarea>
<input type="submit" name="">
<input type="color" name="" value="">
</form>
</body>
</html>