<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Masu Health</title>
<!-- Google AdSense -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6092704546337361"
crossorigin="anonymous"></script>
</head>
<body>
<header>
<h1>Masu Health</h1>
<p>Your source for health and wellness information.</p>
</header>
<main>
<section>
<h2>About Us</h2>
<p>Masu Health provides reliable health tips, wellness guidance, and updates on medical care for our community.</p>
</section>
<section>
<h2>Topics We Cover</h2>
<ul>
<li>Nutrition and healthy eating</li>
<li>Exercise and fitness</li>
<li>Recovery and rehabilitation</li>
<li>Mental wellness</li>
</ul>
</section>
<section>
<h2>Stay Updated</h2>
<p>We regularly publish tips and guides to help you stay healthy and informed.</p>
</section>
<!-- AdSense ad placeholder -->
<section>
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-6092704546337361"
data-ad-slot="1234567890"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</section>
</main>
<footer>
<p>© 2025 Masu Health. All rights reserved.</p>
</footer>
</body>
</html>