-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (53 loc) · 2 KB
/
index.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
50
51
52
53
54
55
<!DOCTYPE html class="all">
<html lang=EN/us>
<head>
<title>Lakeview Licks | pet-human treats</title>
<meta name="lakeview licks | pet-human treats" content="we sell pet-human healthy treats you and your pet will love!">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css.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>
<div class="bottom">
<table>
<thead>
<tr>
<th>About Us</th>
<th>Order Now</th>
<th>Our suppliers</th>
<th>reciprocal links</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>
<td><a href="https://www.usalistingdirectory.com/computers_and_internet/internet/">www usa</a></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>
<td><a href="http://www.siteswebdirectory.com/Computers_and_Internet/Programming/">siteswebdirectory.com</a></td>
</tr>
<tr>
<td><a href="preorder.html">order locally</a></td>
<td>new treats coming soon!</td>
<td></td>
<td><a href="https://noahpuckett99.wixsite.com/totallyawesome">noah's website#1 </a>
<a href="https://noahpuckett99.github.io/">noah's website#2</a></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td><a href="https://quarantine-chronicles.github.io/">my newspaper website</a></td>
</tr>
</tbody>
</table>
</div>
</body>
<html>