30 lines
983 B
HTML
30 lines
983 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
<title>Seasonal Guide - Amanda Spletzer</title>
|
||
|
|
<link rel="stylesheet" href="styles.css">
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<header>
|
||
|
|
<h1>Amanda Spletzer</h1>
|
||
|
|
<nav>
|
||
|
|
<a href="index.html">Home</a>
|
||
|
|
<a href="seasonal-guide.html">Seasonal Guide</a>
|
||
|
|
<a href="safety-checklist.html">Safety Checklist</a>
|
||
|
|
</nav>
|
||
|
|
</header>
|
||
|
|
<main>
|
||
|
|
<section>
|
||
|
|
<h2>Seasonal Guide</h2>
|
||
|
|
<p>Learn about the best times to can various fruits and vegetables.</p>
|
||
|
|
<fort-media query="canning seasonal guide" limit="1"></fort-media>
|
||
|
|
<p>For more information on canning safety, check out the <a href="safety-checklist.html">Safety Checklist</a>.</p>
|
||
|
|
</section>
|
||
|
|
</main>
|
||
|
|
<footer>
|
||
|
|
<p>© 2024 Amanda Spletzer</p>
|
||
|
|
</footer>
|
||
|
|
</body>
|
||
|
|
</html>
|