<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sure Win Sports Betting Tips</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<style>
body { background-color: #f8f9fa; font-family: Arial, sans-serif; }
.hero { background: linear-gradient(135deg, #28a745, #20c997); color: white; padding: 100px 0; text-align: center; }
.app-desc { padding: 50px 0; }
footer { background: #343a40; color: white; padding: 20px 0; text-align: center; }
</style>
</head>
<body>
<section class="hero">
<div class="container">
<h1 class="display-4">Sure Win Sports Betting Tips</h1>
<p class="lead">Your trusted app for expert sports betting predictions, analysis, and tips to boost your wins.</p>
<a href="https://play.google.com/store/apps/details?id=com.prince.mybiblesofflineapp" class="btn btn-light btn-lg mx-2" target="_blank">Download on Google Play</a>
<a href="https://apps.apple.com/app/idYOUR_APP_ID" class="btn btn-light btn-lg mx-2" target="_blank">Download on App Store</a>
</div>
</section>
<section class="app-desc container">
<div class="row justify-content-center">
<div class="col-md-8 text-center">
<h2>Coming Soon: Enhanced Features</h2>
<p>Stay tuned for updates including live odds, personalized tips, and more. This is a temporary placeholder while we prepare exciting improvements.</p>
<img src="https://via.placeholder.com/400x200/28a745/white?text=App+Screenshot" alt="App Preview" class="img-fluid mb-3">
</div>
</div>
</section>
<footer>
<div class="container">
<p>© 2025 Sure Win Sports Betting Tips. All rights reserved.</p>
<p>
<a href="privacy.html" class="text-light mx-2">Privacy Policy</a> |
<a href="terms.html" class="text-light mx-2">Terms & Conditions</a>
</p>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>