30 lines
1014 B
HTML
30 lines
1014 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Safety Checklist - 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>Safety Checklist</h2>
|
|
<p>Follow this comprehensive guide to ensure the safety and success of your canning endeavors.</p>
|
|
<fort-media query="canning safety checklist" limit="1"></fort-media>
|
|
<p>For more information on seasonal canning, check out the <a href="seasonal-guide.html">Seasonal Guide</a>.</p>
|
|
</section>
|
|
</main>
|
|
<footer>
|
|
<p>© 2024 Amanda Spletzer</p>
|
|
</footer>
|
|
</body>
|
|
</html> |