-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpreorder.html
42 lines (41 loc) · 1.37 KB
/
preorder.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
42
<!DOCTYPE html class="all">
<html lang="en/US">
<head>
<title>order locally | Lakeview Licks</title>
<meta name="order locally | Lakeview Licks" content="click here to get food locally from Lakeview Licks" charset="utf-8">
<link rel="stylesheet" href="css.css">
</head>
<body>
<h3 class="heading1">preorder now:</h3>
<p>please send me an email <a href="mailto:[email protected]">here</a> with your last name, pyramid size (e.g 3x3) and treat type and we
we will ship it to you. DUE TO COVID-19,WE WILL NOT BE SELLING.</p>
<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>