28 lines
861 B
HTML
28 lines
861 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
<title>Amanda Spletzer - Appalachian Canning Safety</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>Welcome to My Appalachian Canning Safety Site</h2>
|
||
|
|
<p>Explore the seasonal guide and safety checklist to ensure your canning endeavors are safe and successful.</p>
|
||
|
|
</section>
|
||
|
|
</main>
|
||
|
|
<footer>
|
||
|
|
<p>© 2024 Amanda Spletzer</p>
|
||
|
|
</footer>
|
||
|
|
</body>
|
||
|
|
</html>
|