43 lines
950 B
HTML
43 lines
950 B
HTML
|
<!doctype html>
|
|||
|
<html>
|
|||
|
<head>
|
|||
|
<meta charset="utf-8">
|
|||
|
<title>Kiwi</title>
|
|||
|
<link rel="stylesheet" href="/assets/css/styles.css">
|
|||
|
</head>
|
|||
|
<body>
|
|||
|
<nav>
|
|||
|
|
|||
|
<a href="/" >Home</a>
|
|||
|
|
|||
|
<a href="/about.html" >About</a>
|
|||
|
|
|||
|
<a href="/blog.html" >Blog</a>
|
|||
|
|
|||
|
<a href="/staff.html" >Staff</a>
|
|||
|
|
|||
|
</nav>
|
|||
|
|
|||
|
<h1>Kiwi</h1>
|
|||
|
|
|||
|
<p>
|
|||
|
26 Nov 2023
|
|||
|
|
|||
|
|
|||
|
- <a href="/authors/ted.html">Ted Doe</a>
|
|||
|
|
|||
|
</p>
|
|||
|
|
|||
|
<p>Kiwifruit (often abbreviated as kiwi), or Chinese gooseberry is the
|
|||
|
edible berry of several species of woody vines in the genus Actinidia.</p>
|
|||
|
|
|||
|
<p>The most common cultivar group of kiwifruit is oval, about the size of
|
|||
|
a large hen’s egg (5–8 cm (2.0–3.1 in) in length and 4.5–5.5 cm
|
|||
|
(1.8–2.2 in) in diameter). It has a fibrous, dull greenish-brown skin
|
|||
|
and bright green or golden flesh with rows of tiny, black, edible
|
|||
|
seeds. The fruit has a soft texture, with a sweet and unique flavor.</p>
|
|||
|
|
|||
|
|
|||
|
</body>
|
|||
|
</html>
|