myFirstSite/_site/authors/jill.html

39 lines
618 B
HTML
Raw Normal View History

2023-11-26 21:31:37 +00:00
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Jill</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>Jill Smith</h1>
<h2>Chief Editor</h2>
<p>Jill is an avid fruit grower based in the south of France.</p>
<h2>Posts</h2>
<ul>
<li><a href="/2023/11/26/bananas.html">Bananas</a></li>
<li><a href="/2023/11/26/apples.html">Apples</a></li>
</ul>
</body>
</html>