<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Welcome to My Site</title>
<style>
body { text-align: center; font-family: Arial, sans-serif; background: #f5f5f5; padding: 20px; }
.container { max-width: 600px; margin: auto; background: white; padding: 20px; border-radius: 10px; box-shadow: 0px 0px 10px rgba(0,0,0,0.1); }
a { display: block; margin: 10px 0; padding: 10px; background: #ff9800; color: white; text-decoration: none; border-radius: 5px; font-size: 18px; }
.ad-container { margin: 20px 0; }
</style>
</head>
<body>
<div class="container">
<h1>Welcome to My Awesome Domain</h1>
<p>Glad you're here! While you're visiting, check out these cool deals:</p>
<!-- Affiliate Links -->
<a href="https://amazon.com/your-affiliate-link" target="_blank">🔥 Best Amazon Tech Deals</a>
<a href="https://gumroad.com/your-product" target="_blank">📜 Download My Ebook</a>
<a href="https://ko-fi.com/yourpage" target="_blank">☕ Buy Me a Coffee</a>
<!-- Google AdSense Ad (Replace with your code) -->
<div class="ad-container">
<p>Sponsored Ad:</p>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-5812629704121340"
data-ad-slot="f08c47fec0942fa0"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<p>Enjoy browsing!</p>
</div>
</body>
</html>