<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Santhali Clock App</title>
  <style>
    .play-badge img {
      height: 60px;
      transition: transform 0.2s ease, box-shadow 0.3s ease;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .play-badge:hover img {
      transform: scale(1.05);
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    }
  </style>
</head>
<body>

  <h2>Download Santhali Clock App</h2>

  <a href="https://play.google.com/store/apps/details?id=com.santhaliclock2" target="_blank" class="play-badge"> 
    <img src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png" alt="Get it on Google Play">
  </a>

</body>
</html>
