-
Notifications
You must be signed in to change notification settings - Fork 0
/
ContactForm.HTML
44 lines (34 loc) · 1.08 KB
/
ContactForm.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF8">
<meta name="One">
<title> TITLE= BLANK</title>
</head>
<body background=""https://imageproxy.themaven.net//https%3A%2F%2Fwww.history.com%2F.image%2FMTcwMzcyNzgyMjkzNTkxMjY0%2Fvalentines-day-gettyimages-463340464.jpg"">
<!--
<img src="https://imageproxy.themaven.net//https%3A%2F%2Fwww.history.com%2F.image%2FMTcwMzcyNzgyMjkzNTkxMjY0%2Fvalentines-day-gettyimages-463340464.jpg">
-->
<form>
<table>
<tr><td> Full Name</td>
<td><input type="text" required</td>
</tr>
<tr><td>Your Email</td>
<td><input type="email" required</td>
</tr>
<tr><td> Email Subject</td>
<td><input type="text" required</td>
</tr>
<tr><td>Message Body</td>
</tr>
<tr>
<td><textarea row=50 cols=35></textarea> </td>
</tr>
<tr>
<td> <input name="semail" type="submit" value ="Send Email" placeholder="Write something.." required></td>
</tr>
</table>
</form>
</body>
</html>