-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcontact.html
More file actions
46 lines (32 loc) · 924 Bytes
/
contact.html
File metadata and controls
46 lines (32 loc) · 924 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE! html>
<html>
<head> Contact Us </head>
<body>
<link rel="stylesheet" type="text/css" href="style.css">
<html>
<body>
<div id="contact" class="topnav" align=center>
<form id = 'form' action="/action_page.php" align = center>
First name: <br> <br>
<input type="text" name="firstname" value="">
<br> <br>
Last name: <br>
<input type="text" name="lastname" value="">
<br> <br>
Email Address:<br>
<input type="text" name= "Email Address" value "">
<br> <br>
Phone Number: <br>
<input type= "text" name= "Phone number" value "">
<br> <br>
What's your Issue: <br>
<input type= "text" name= "Issue" value "">
<br> <br>
<button type="button" align = center>
Submit
</button>
</form>
<p>By clicking Submit you are agreeing to recieve email notifications based on our products updates".</p>
</div>
</body>
</html>