-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
25 lines (25 loc) · 985 Bytes
/
contact.html
File metadata and controls
25 lines (25 loc) · 985 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>contact</title>
</head>
<body>
<h3><strong>Contact Personal</strong></h3>
<li>Name: Andy Gipson Senior Adminstrator</li>
<li>Email: acmsg119@att.nnt</li>
<li>Phone: (609) 429 5032</li>
<li>Address: 1612 Minitary St. Vicksburg,Ma 38999</li>
<br />
<hr /> <!... Remmber to open my mail and program will write to it..>
<form action="mailto:acgmsg1219@att.net" method="post" enctype="text/plain">
<label>Please enter your name: </label>
<input tyoe="text" name="yourName" value="" /><br />
<label>Please enter your email:</label>
<input type="email" name="yourEmail" value="" /><br />
<label>Please enter your message:</label><br />
<textarea name="yourMessage" row="10" cols="30"></textarea><br />
<input type="submit" name="" value""/>
</form>
</body>
</html>