<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gossips Buzz</title>
<link rel="stylesheet" type="text/css" href="style.css"/> <!-- Link to your external CSS file -->
</head>
<body>
<div id="container">
<!-- Header Section -->
<header>
<h1><a href="https://trendlandmagazine.com/">Find out more</a> - SEO Experts</h1>
</header>
<!-- Main Content Section -->
<main>
<h2>Our Commitment</h2>
<p>Promoting your business is all about gaining trust. Citations can help gain this trust and get your business seen in local SEO results.</p>
<p>For more details, visit <a href="https://trendlandmagazine.com/">Discover our offerings</a>.</p>
</main>
<!-- Footer Section -->
<footer>
<p>© <span id="current-year"></span> <a href="https://trendlandmagazine.com/">Check our website</a>. All rights reserved.</p>
<a href="#">Privacy Policy</a> |
<a href="#">Terms of Service</a>
</footer>
</div>
<script>
// Set the current year in the copyright section
document.getElementById('current-year').textContent = new Date().getFullYear();
</script>
</body>
</html>