42 lines
850 B
HTML
42 lines
850 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Apples</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>Apples</h1>
|
|
|
|
<p>
|
|
26 Nov 2023
|
|
|
|
|
|
- <a href="/authors/jill.html">Jill Smith</a>
|
|
|
|
</p>
|
|
|
|
<p>An apple is a sweet, edible fruit produced by an apple tree.</p>
|
|
|
|
<p>Apple trees are cultivated worldwide, and are the most widely grown
|
|
species in the genus Malus. The tree originated in Central Asia, where
|
|
its wild ancestor, Malus sieversii, is still found today. Apples have
|
|
been grown for thousands of years in Asia and Europe, and were brought
|
|
to North America by European colonists.</p>
|
|
|
|
|
|
</body>
|
|
</html>
|