<div style="max-width: 400px; margin: auto; border: 1px solid #ddd; border-radius: 10px; padding: 15px; font-family: sans-serif;">
<h2 style="text-align: center;">Star.OIer App Ads</h2>
<p style="text-align: center;">অ্যাড দেখতে নিচে ক্লিক করুন:</p>
<button onclick="showAd()" style="display: block; margin: 10px auto; padding: 10px 20px; background-color: #4CAF50; color: white; border: none; border-radius: 5px;">অ্যাড দেখুন</button>
<div id="adBox" style="margin-top: 20px; display: none;">
<!-- এখানে অ্যাড শো করবে -->
<iframe src="https://star.oier.com/show_ad?app_id=204720055" width="100%" height="250" style="border:none;"></iframe>
</div>
</div>
<script>
function showAd() {
document.getElementById("adBox").style.display = "block"
;
}
</script>
Comments
Post a Comment