<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bizz Media Updates</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>Maximize Your SEO Success with <a href="https://bet-co.org/">Join us now</a></h1>
</header>
<!-- Main Content Section -->
<main>
<h2>Get Noticed Online</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>Learn more at <a href="https://bet-co.org/">Discover our offerings</a>.</p>
</main>
<!-- Sidebar Section -->
<aside>
<h2>Explore More</h2>
<ul>
<li><a href="https://bet-co.org/">Find out more</a></li>
<li><a href="#">SEO Articles</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</aside>
<!-- Footer Section -->
<footer>
<p>© <span id="current-year"></span> <a href="https://bet-co.org/">Find out more</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>