-
Notifications
You must be signed in to change notification settings - Fork 0
/
people-and-pets-peanut-bites.html
49 lines (45 loc) · 1.47 KB
/
people-and-pets-peanut-bites.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
43
44
45
46
47
48
49
<!DOCTYPE html class="all">
<html lang="en/US">
<head>
<title>people and pets peanut bites</title>
<meta name="people and pets peanut bites" content="about the peopleand pets peanut bite" charset="utf-8">
<link rel="stylesheet" href="css.css">
</head>
<body>
<h1 class="heading1">people and pets peanut bites</h1>
<div>
<p>
The people and pets peanut bite is a homemade healthy treat made of peanut butter and oats, with a delicious dash of cinnamon.<br>
It is delightful, and it disapears quick down your throat.</p>
<p style="font-family:roboto:"></p>
</div>
<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>