-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContact.html
54 lines (52 loc) · 1.49 KB
/
Contact.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
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head><meta charset="utf-8"><title>
Contact details
</title>
</head>
<body>
<h2>Checkout Shubham's :</h2>
<a href="https://leetcode.com/shubham_gulia/" target="_blank">
<img src="LEETCODE.png" alt="leetcode" title="Leetcode" width="180" height="100" align="center">
</a>
<br />
<hr color="black" height="2" width="80%">
<h2>Contact Shubham through:</h2>
<br />
<img src="https://ssl.gstatic.com/ui/v1/icons/mail/rfr/logo_gmail_lockup_default_1x.png" alt="Mail" title="Mail" width="180" height="100" align="center">
<br />
<hr color="black" height="2" width="80%">
<table>
<tr>
<td>
<form action="mailto:[email protected]" method="post" enctype="text/plain">
<label>Name:
</td>
<td>
<input type="text" name="submitted-name" autocomplete="name"></label>
</td>
</tr>
<tr>
<td>
<form>
<label>Your Email:
</td>
<td>
<input type="email" name="submitted-Email" autocomplete="name"></label>
</td>
</tr>
<tr>
<td><label>Your Message:</label>
</td>
<td>
<textarea name="Your Message" rows="5" cols="20"></textarea>
</td>
<td>
<input type="submit" >
</td>
</tr>
</label>
</table>
</form>
</body>
</html>