myFirstSite/_site/blog.html
2023-11-26 21:31:37 +00:00

49 lines
1.0 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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>