M / update /index.html
LiveSportmm's picture
Update update/index.html
c7a8ef5 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style.css">
<title>SPTVFREE4U</title>
</head>
<body>
<div class="app-container">
<div class="app-info">
<img class="logo" src="https://i.postimg.cc/bJFdXS9f/2943723-ico-2.png" alt="App Icon">
<div class="app-details">
<h1>SPTVFREE4U(TV)</h1>
<p>Box & TV Version</p>
<p class="version">Version: 1.1</p>
</div>
</div>
<div class="app-metadata">
<p>1M reviews | 11.2MB | Rated for 10M+</p>
</div>
<div class="download-section" onclick="startDownload()">
<div class="download-button-container">
<div class="download-button">Install</div>
</div>
</div>
</div>
<div class="screenshots-section">
<h2>Screenshots</h2>
<div class="screenshots-container">
<!-- Add your screenshots here -->
<img src="https://i.postimg.cc/W3pJcvRg/1720844710573-100.png" alt="Screenshot 1">
<img src="https://i.postimg.cc/C5XZ8nRs/1720844719966-100.png" alt="Screenshot 2">
<img src="https://i.postimg.cc/3rc0VVt0/1720844726152-100.png" alt="Screenshot 3">
<img src="https://i.postimg.cc/vZRgH9FQ/1720844732812-100.png" alt="Screenshot 4">
<img src="https://i.postimg.cc/kgxVV4qW/1720844739510-100.png" alt="Screenshot 5">
</div>
</div>
<div class="app-description">
<h2>Notice</h2>
<p>UPDATE VERSION</p>
</div>
<hr size="0.7" color="#444"><p style="text-align: center;color:#000">©Powered by SuperPower<span>စွယ်စုံကြမ်း<a href="https://linktr.ee/mttv" target="_blank" class="blink">......👉Let Go!👈</a>|MYANMAR</span></p>
</body>
<script>
function startDownload() {
// Replace 'YOUR_APK_URL' with the actual URL of your APK file
var apkUrl = 'sptvfree4u(TV).apk';
window.open(apkUrl, '_system');
}
</script>
</html>