-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhwindex.html
More file actions
45 lines (36 loc) · 1.97 KB
/
hwindex.html
File metadata and controls
45 lines (36 loc) · 1.97 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<H1>Welcome to Honeybabe Farms</H1>
<div>
<a href="hwindex.html">Honeybabe Farms Home</a><br><br>
<a href="hwabout.html">About Honeybabe </a><br><br>
<a href="hwgallery.html">Gallery of images</a><br><br>
<a href="hwcontact.html">Contact Us</a><br><br>
</div>
<img src="https://uniim1.shutterfly.com/render/00-ywch8XXtoTDdJmD8AmEAnJdy3XhOp9afrzU46-0ZMmCkajXnaGTfqzliKmTKo27vV7ntXQOewWgszVPDOQPWWw?cn=THISLIFE&res=small&ts=1636380905" alt="garden"><br>
<h2>Vegetable Garden</h2>
<p>This is our garden at the peak of the 2021 season. We grow green beans, cucumbers, tomatoes, corn, zucchini, basil, dill, and variety of flowers to attract pollinators.</p>
<img src="https://uniim1.shutterfly.com/render/00-ywch8XXtoTDdJmD8AmEAnJdy3XhOp9afrzU46-0ZMmAceAvnxfQOzpHcfAKE9A9_UnDnu4gHHWpfyYq5WwzmNg?cn=THISLIFE&res=small&ts=1636381202" alt="Orchard">
<h2>Fat Cat Chickadee American Orchard</h2>
<p>Last year, we also planted the first trees in our orchard. Varieties include:</p>
<ul>
<li>peach</li><br>
<li>cherry</li><br>
<li>pear</li><br>
<li>granny smith</li><br>
<li>honey crisp</li><br>
<li>macintosh</li><br>
<li>fuji</li><br>
</ul>
<img src="https://uniim1.shutterfly.com/render/00-ywch8XXtoTDdJmD8AmEAnJdy3XhOp9afrzU46-0ZMmDCUpj5FL7OVWUYzt5KwCdtqCe7ffHDJpwno-pEcjtJnw?cn=THISLIFE&res=small&ts=1650032938" alt="3 hens">
<h2>Fresh Eggs</h2>
<p>We currently have 3 hens. Lucy and Ethel are 2 years old ISA browns and Zeda May is a year old Buff Orpington.</p>
</body>
</html>