-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact_Me.html
42 lines (39 loc) · 1015 Bytes
/
contact_Me.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
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>
My Contact
</title>
</head>
<body bgcolor="#e6b8b8">
<h1 style="text-align:center"> ☎<strong>My Contact Details</strong></h1><br>
<h3>
<bold> Hi, There this is your last quest.</bold><br>
<br>
<bold>Here My information for U 🤨</bold>
</h3>
<hr size="2" noshade>
<table>
<tr>
<td>Phone☎</td>
<td>+12675287648</td>
</tr>
<tr>
<td>Email📧</td>
<td>[email protected]</td>
</tr>
</table>
<br>
<br>
<form class="" action="[email protected]" method="post" enctype="text/plain">
<label> Name :</label>
<input type="text" name="" value=""><br><br>
<label> Email :</label>
<input type="email" name="" value=""><br><br>
<textarea name="Your Message" rows="10" cols="30"></textarea><br>
<input
<input type="submit" name="" value="submit">
</form>
</body>
</html>