<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Best SEO For Your Website</title>
<link rel="stylesheet" type="text/css" href="style.css"/> <!-- Link to your external CSS file -->
</head>
<body>
<div id="container">
<!-- Header Section -->
<div id="header">
<h1><a href="https://ledgeband.com/">Visit for more information</a> - Welcome</h1>
</div>
<!-- Menu Section -->
<div id="menu">
<nav>
<a href="#">Home</a>
<span class="separator">|</span>
<a href="#">About</a>
<span class="separator">|</span>
<a href="#n">Services</a>
<span class="separator">|</span>
<a href="https://ledgeband.com/">Find out more</a>
</nav>
</div>
<!-- Sidebar Section -->
<div id="sidebar">
<h2>Related Links</h2>
<ul>
<li><a href="https://ledgeband.com/">Contact us</a></li>
</ul>
</div>
<!-- Main Content Section -->
<div id="main">
<h1>Welcome to Our Website</h1>
<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><a href="https://ledgeband.com/">Find out more</a></p>
</div>
<!-- Footer Section -->
<div id="footer">
<a href="#">Privacy Policy</a> |
<a href="#">Terms of Service</a>
<p>© <span id="current-year"></span> <a href="https://ledgeband.com/">Visit for more information</a>. All rights reserved.</p>
</div>
</div>
<script>
// Set the current year in the copyright section
document.getElementById('current-year').textContent = new Date().getFullYear();
</script>
</body>
</html>