86 lines
3.1 KiB
HTML
86 lines
3.1 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
<title>Appalachian Canning Safety</title>
|
||
|
|
<meta property="og:type" content="website">
|
||
|
|
<meta property="og:title" content="Appalachian Canning Safety">
|
||
|
|
<meta property="og:description" content="Canning is a traditional method of preserving food that has been practiced in the Appalachian region for generations. It is essential to follow safety…">
|
||
|
|
<meta property="og:url" content="https://bryce-cairo.4ort.net/appalachian-canning.html">
|
||
|
|
<meta name="twitter:card" content="summary">
|
||
|
|
<meta name="description" content="Canning is a traditional method of preserving food that has been practiced in the Appalachian region for generations. It is essential to follow safety…">
|
||
|
|
<style>
|
||
|
|
body {
|
||
|
|
font-family: 'Times New Roman', Times, serif;
|
||
|
|
line-height: 1.6;
|
||
|
|
margin: 0;
|
||
|
|
padding: 0;
|
||
|
|
background-color: #f4f4f4;
|
||
|
|
color: #333;
|
||
|
|
}
|
||
|
|
header {
|
||
|
|
background: #35424a;
|
||
|
|
color: white;
|
||
|
|
padding: 1rem 0;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
nav {
|
||
|
|
display: flex;
|
||
|
|
justify-content: center;
|
||
|
|
background: #e8491d;
|
||
|
|
}
|
||
|
|
nav a {
|
||
|
|
color: white;
|
||
|
|
padding: 1rem;
|
||
|
|
text-decoration: none;
|
||
|
|
text-transform: uppercase;
|
||
|
|
font-size: 0.8rem;
|
||
|
|
}
|
||
|
|
nav a:hover {
|
||
|
|
background: #333;
|
||
|
|
}
|
||
|
|
.container {
|
||
|
|
width: 80%;
|
||
|
|
margin: auto;
|
||
|
|
overflow: hidden;
|
||
|
|
padding: 2rem 0;
|
||
|
|
}
|
||
|
|
.main-content {
|
||
|
|
padding: 2rem;
|
||
|
|
background: white;
|
||
|
|
margin-bottom: 2rem;
|
||
|
|
}
|
||
|
|
footer {
|
||
|
|
background: #35424a;
|
||
|
|
color: white;
|
||
|
|
text-align: center;
|
||
|
|
padding: 1rem 0;
|
||
|
|
position: fixed;
|
||
|
|
width: 100%;
|
||
|
|
bottom: 0;
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<header>
|
||
|
|
<h1>Appalachian Canning Safety</h1>
|
||
|
|
</header>
|
||
|
|
<nav>
|
||
|
|
<a href="index.html">Home</a>
|
||
|
|
<a href="negros-fruit-dove.html">Negros Fruit Dove</a>
|
||
|
|
<a href="appalachian-canning.html">Appalachian Canning</a>
|
||
|
|
</nav>
|
||
|
|
<div class="container">
|
||
|
|
<div class="main-content">
|
||
|
|
<h2>Appalachian Canning Safety</h2>
|
||
|
|
<p>Canning is a traditional method of preserving food that has been practiced in the Appalachian region for generations. It is essential to follow safety guidelines to prevent foodborne illnesses and ensure the longevity of preserved foods.</p>
|
||
|
|
<p>This guide provides practical tips for preserving seasonal produce while keeping safety top of mind. For more information, you can visit the <a href="https://4ort.xyz/entity/appalachia">Wikidata page</a>.</p>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<footer>
|
||
|
|
<p>© 2023 Bryce Cairo</p>
|
||
|
|
</footer>
|
||
|
|
</body>
|
||
|
|
</html>
|