-
Notifications
You must be signed in to change notification settings - Fork 0
/
almond-rollis.html
49 lines (47 loc) · 1.55 KB
/
almond-rollis.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>almond rolli</title>
<meta name="almond rolli" content="about the almond rolli" charset="utf-8">
<link rel="stylesheet" href="css.css">
</head>
<body>
<h1 class="heading1">almond rollis</h1>
<div>
<p>
The almond rolli is a homemade healthy treat made of almond flour with a delicious dash of cinnamon.<br>
It has a mix of sweet and salty, and you and your dog will love it.</p>
<p style="font-family:roboto:">images:</p>
<img src="treat pyramid.jpg" alt="almond rolli picture" height="500">
<img src="Bumbleeatingtreat.jpg" alt="dog enjoying an almond rolli" height="500">
</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>