<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SEO Services That Works</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>Welcome To <a href="https://ledgeband.com/">Check our website</a></h1>
</div>
<!-- Menu Section -->
<div id="menu">
<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/">Join us now</a>
</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/">Get started today</a></p>
</div>
<!-- Sidebar Section -->
<div id="sidebar">
<h2>Related Links</h2>
<ul>
<li><a href="#" id="https://ledgeband.com/">Contact us</a></li>
</ul>
</div>
<!-- Footer Section -->
<div id="footer">
<p>© <span id="current-year"></span> <a href="https://ledgeband.com/">Learn more about our services</a>. All rights reserved.</p>
<a href="#">Privacy Policy</a> |
<a href="#">Terms of Service</a>
</div>
</div>
<script>
// Set the current year in the copyright section
document.getElementById('current-year').textContent = new Date().getFullYear();
</script>
</body>
</html>