-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
38 lines (38 loc) · 1.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact Conlan Henson</title>
<link rel="stylesheet" href="css/style.css"/>
</head>
<body>
<h1>Contact <i><b>Conlan Henson</b></i></h1>
<p><b>999 Blah Road <br> Blah, GA. 99999</b></p>
<p><b><i>678-897-0822</i></b></p>
<hr>
<div class="contact-section">
<div class="contact-page">
<div class="form">
<form class="login-form" action="mailto:[email protected]" method="post">
Name: <input type="text">
<br>
<br>
Email: <input type="email">
<br>
<br>
Type Message in Box Below:
<br>
<textarea name="" id="" cols="30" rows="10"></textarea>
<br>
<input type="submit" class="button">
</form>
</div>
</div>
</div>
<div class="bottom">
<footer><p> ©onlan Henson, <i>2023</i></p></footer>
</div>
</body>
</html>