myFirstSite/_site/blog.html

49 lines
1.0 KiB
HTML
Raw Permalink Normal View History

2023-11-26 21:31:37 +00:00
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Blog</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" class="current">Blog</a>
<a href="/staff.html" >Staff</a>
</nav>
<h1>Latest Posts</h1>
<ul>
<li>
<h2><a href="/2023/11/26/kiwi.html">Kiwi</a></h2>
<p>Kiwifruit (often abbreviated as kiwi), or Chinese gooseberry is the
edible berry of several species of woody vines in the genus Actinidia.</p>
</li>
<li>
<h2><a href="/2023/11/26/bananas.html">Bananas</a></h2>
<p>A banana is an edible fruit botanically a berry produced by several
kinds of large herbaceous flowering plants in the genus Musa.</p>
</li>
<li>
<h2><a href="/2023/11/26/apples.html">Apples</a></h2>
<p>An apple is a sweet, edible fruit produced by an apple tree.</p>
</li>
</ul>
</body>
</html>