bellsworne-website/farm.html

39 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="res/css/main.css">
<link rel="stylesheet" href="res/css/pages.css">
<title>Bellsworne - Farm</title>
</head>
<body>
<nav class="main-nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="tech.html">Tech</a></li>
<li><a href="farm.html" class="active">Farm</a></li>
<li><a href="games.html">Games</a></li>
</ul>
</nav>
<main>
<div class="page-container">
<object class="page-logo" data="res/svg/bellsworne-farm-no-bg.svg" type="image/svg+xml"></object>
<div class="content-container">
<h1>Bellsworne Farm</h1>
<p>Dedicated to creating the best hand-crafted artisanal goods and raising a herd of happy goats.</p>
<!-- <p>We believe in sustainable farming practices that leave the land better than we found it. From our soil to your table, we're all about quality and care.</p>-->
</div>
</div>
</main>
<footer>
<p>&copy; 2025 Bellsworne LLC. All Rights Reserved.</p>
</footer>
</body>
</html>