-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathemail.html
More file actions
65 lines (55 loc) · 2.3 KB
/
email.html
File metadata and controls
65 lines (55 loc) · 2.3 KB
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
55
56
57
58
59
60
61
62
63
64
65
<html>
<head>
<title>Uncle Jack & Sons</title>
<script>
</script>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<table id="navBar">
<col style="width:20%">
<col style="width:32%">
<col style="width:48%">
<tr>
<td><img src="resources/icon.png"></td>
<th>
<h1>Uncle Jack & Sons</h1>
</th>
<td>
<ul>
<li><a href="index.html" >Home</a></li>
<li><a href="email.html" class="active">Email Us</a></li>
<li><a>Products</a></li>
<li><a>Questions</a></li>
</ul>
</td>
</tr>
</table>
<div style="height: 100px;"></div>
<h2>Contact Us</h2>
<div style="width: 50%; height: 140%; margin-left: 25%; padding: 40px; background-color: #ccc;">
<br>
<h3> If you have any feedback, comments, or inquiries, please <br>fill out the form below and press submit.</h3>
<br>
<h3>Enter your email:</h3>
<input type="email">
<br>
<br>
<h3>Enter your Response:</h3>
<textarea id="response" rows="12" cols="50"></textarea>
<br>
<br>
<br>
<input type="submit" class="button">
</div>
<div style="height: 300px;"></div>
<div style="height: 300px; width: 100%; background-color: #333333;">
<br>
<h4 style="color: #bbbbbb; margin: 50px;">Jack & Sons LLC is Registered trademark. Example images and text are manually edited photos from google.com<br>
We reserve the right to all data collected from cookies on this site. Cookie settings can be manually adjusted in the settings menu.<br>
If you would like to unsubscribe from our marketing emails <u>please click here.</u><br><br><br>
<u>Copyright 2024, Tuna Media inc.</u><br><br><br>
For any questions or inquiries, please contact <u>jackandsonsrazor@gmail.com</u></h5>
</div>
</body>
</html>