<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Welcome to Our Website. We offer amazing services and products.">
<title>Welcome to Our Website</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<header class="header">
<h1>Welcome to Our Website</h1>
<p>Your journey to amazing services and products starts here.</p>
</header>
<section class="cta">
<p>Ready to get started? Join us today!</p>
<a href="#signup" class="cta-button">Sign Up</a>
</section>
<footer class="footer">
<p>© 2025 Your Company Name. All rights reserved.</p>
</footer>
</body>
</html>