File size: 933 Bytes
359bdb8
f733b71
 
 
41e1a34
f733b71
 
 
359bdb8
f733b71
 
359bdb8
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!-- Update Popup -->
<div id="updatePopup" style="position: fixed; top: 0; left: 0; width: 100%; height: 100%;
background: rgba(0, 0, 0, 0.7); display: flex; justify-content: center; align-items: center; z-index: 9999;">
  <div style="background: white; padding: 20px 30px; border-radius: 10px; max-width: 350px; text-align: center; box-shadow: 0 0 15px rgba(0,0,0,0.3);">
    <img src="Logo.png" alt="Logo" style="width: 80px; margin-bottom: 15px;">
    <h3 style="color: #d00;">Please Update</h3>
    <p style="font-size: 15px; color: #333;">
      App (Vpn မလိုတဲ့ Version အသစ်ဒေါင်းယူအသုံးပြုပေးပါ)
    </p>
    <a href="https://mmtvsport-site.vercel.app/" target="_blank" style="display: inline-block; background: #28a745; color: white; padding: 10px 20px; margin-top: 10px; border-radius: 5px; text-decoration: none;">
      Download Now
    </a>
  </div>
</div>