-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact-us.html
41 lines (41 loc) · 1.27 KB
/
contact-us.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
<!DOCTYPE html>
<html lang="en/US">
<head>
<title>contact us!</title>
<meta name="email us!" content="email lakeview licks here!" charset="utf-8">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1 id="heading1">Lakeview licks</h1>
<a href="https://lakeview-licks.github.io/"><img id="bar" src="Logo.png" alt="lakeview licks logo"></a>
<a class="email" href="mailto:[email protected]"><h3>email us here</h3></a>
<div class="bottom">
<table>
<thead>
<tr>
<th>About Us</th>
<th>Order Now</th>
<th>Our suppliers</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="about.html">about page</a></td>
<td><a href="people-and-pets-peanut-bites.html">people and pets peanut bites</a></td>
<td></td>
</tr>
<tr>
<td><a href="contact-us.html">contact us</a></td>
<td><a href="almond-rollis.html">almond rollis</a></td>
<td></td>
</tr>
<tr>
<td><a href="preorder.html">order locally</a></td>
<td>new treats coming soon!</td>
<td></td>
</tr>
</tbody>
</table>
</div>
</body>
</html>