timoon811's picture
в мобильнофй версии пусть фото прокручиваются в бок с ботом а не просто 3 вниз
4c94da9 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CrashCash Predictor - Win Before You Spin!</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: '#FF2D55',
secondary: '#FF9500',
dark: '#1A1A2E',
}
}
}
}
</script>
<style>
.pulse-animation {
animation: pulse 2s infinite;
}
@keyframes pulse {
0% { transform: scale(1); }
50% { transform: scale(1.05); }
100% { transform: scale(1); }
}
.glow-text {
text-shadow: 0 0 10px rgba(255, 45, 85, 0.7);
}
.countdown {
font-family: 'Courier New', monospace;
}
</style>
</head>
<body class="bg-dark text-white font-sans">
<!-- Hero Section -->
<div class="relative overflow-hidden">
<div class="absolute inset-0 bg-gradient-to-b from-primary/10 to-transparent z-0"></div>
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-24 relative z-10">
<div class="text-center">
<h1 class="text-4xl md:text-6xl font-bold mb-6 glow-text">
<span class="text-primary">CRASH</span><span class="text-secondary">PREDICTOR</span>
</h1>
<p class="text-xl md:text-2xl max-w-3xl mx-auto mb-8">
The <span class="font-bold text-primary">FIRST</span> AI-powered Telegram bot that predicts crash game multipliers with <span class="font-bold text-secondary">87.3% accuracy</span>
</p>
<!-- Counter -->
<div class="bg-black/30 backdrop-blur-md rounded-xl p-6 max-w-md mx-auto mb-10 border border-primary/50 pulse-animation">
<p class="text-sm uppercase tracking-wider mb-2">SPOTS LEFT TODAY:</p>
<div class="flex justify-center space-x-4 text-3xl font-bold" id="counter">
<span class="bg-primary px-4 py-2 rounded-lg">5</span>
<span class="bg-primary px-4 py-2 rounded-lg">7</span>
</div>
<p class="text-xs mt-2 opacity-70">Registration closes in <span id="countdown" class="countdown">23:59:59</span></p>
</div>
<a href="https://t.me/CrashPredictorBot" class="inline-block bg-gradient-to-r from-primary to-secondary hover:from-primary/90 hover:to-secondary/90 text-white font-bold py-4 px-8 rounded-full text-lg transition-all transform hover:scale-105 shadow-lg shadow-primary/30">
GET INSTANT ACCESS NOW
</a>
<div class="mt-8 flex justify-center items-center space-x-2 text-sm">
<div class="flex items-center">
<i data-feather="check-circle" class="w-4 h-4 text-green-400 mr-1"></i>
<span>24/7 Support</span>
</div>
<div class="h-1 w-1 bg-white rounded-full"></div>
<div class="flex items-center">
<i data-feather="shield" class="w-4 h-4 text-blue-400 mr-1"></i>
<span>Secure Payments</span>
</div>
<div class="h-1 w-1 bg-white rounded-full"></div>
<div class="flex items-center">
<i data-feather="zap" class="w-4 h-4 text-yellow-400 mr-1"></i>
<span>Instant Setup</span>
</div>
</div>
</div>
</div>
</div>
<!-- Proof Section -->
<div class="py-16 bg-gradient-to-b from-dark to-black">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4">WATCH IT IN <span class="text-primary">ACTION</span></h2>
<p class="max-w-2xl mx-auto text-lg opacity-90">See how our members are multiplying their bankroll daily</p>
</div>
<!-- Screenshot Carousel -->
<div class="relative mb-16">
<div class="flex overflow-x-auto md:grid md:grid-cols-3 md:gap-8 snap-x snap-mandatory scrollbar-hide space-x-4 md:space-x-0 px-4 md:px-0">
<div class="min-w-[85vw] md:min-w-0 snap-center bg-black/40 p-4 rounded-xl border border-white/10 transform hover:scale-105 transition-all">
<img src="https://huggingface.co/spaces/timoon811/crashcash-predictor-bot-wizardry/resolve/main/images/1.jpeg" alt="Prediction 1" class="rounded-lg w-full h-auto">
<div class="mt-4 flex items-center">
<div class="bg-green-500 text-xs px-2 py-1 rounded mr-2">+4.27x</div>
<p class="text-sm">Perfect prediction</p>
</div>
</div>
<div class="min-w-[85vw] md:min-w-0 snap-center bg-black/40 p-4 rounded-xl border border-white/10 transform hover:scale-105 transition-all">
<img src="https://huggingface.co/spaces/timoon811/crashcash-predictor-bot-wizardry/resolve/main/images/2.jpeg" alt="Prediction 2" class="rounded-lg w-full h-auto">
<div class="mt-4 flex items-center">
<div class="bg-green-500 text-xs px-2 py-1 rounded mr-2">+8.91x</div>
<p class="text-sm">Early cashout</p>
</div>
</div>
<div class="min-w-[85vw] md:min-w-0 snap-center bg-black/40 p-4 rounded-xl border border-white/10 transform hover:scale-105 transition-all">
<img src="https://huggingface.co/spaces/timoon811/crashcash-predictor-bot-wizardry/resolve/main/images/3.jpeg" alt="Prediction 3" class="rounded-lg w-full h-auto">
<div class="mt-4 flex items-center">
<div class="bg-green-500 text-xs px-2 py-1 rounded mr-2">+12.43x</div>
<p class="text-sm">Massive win</p>
</div>
</div>
</div>
<div class="md:hidden flex justify-center space-x-2 mt-4">
<div class="w-2 h-2 bg-white/30 rounded-full"></div>
<div class="w-2 h-2 bg-white/30 rounded-full"></div>
<div class="w-2 h-2 bg-white/30 rounded-full"></div>
</div>
</div>
<div class="text-center">
<div class="inline-flex items-center bg-primary/10 border border-primary/30 px-6 py-3 rounded-full mb-6">
<i data-feather="alert-triangle" class="w-5 h-5 mr-2 text-primary"></i>
<span class="font-medium">LIMITED SPOTS AVAILABLE</span>
</div>
<h3 class="text-2xl md:text-3xl font-bold mb-6">Join <span class="text-primary">237+</span> Winning Members Today</h3>
<a href="https://t.me/CrashPredictorBot" class="inline-block bg-gradient-to-r from-primary to-secondary hover:from-primary/90 hover:to-secondary/90 text-white font-bold py-4 px-8 rounded-full text-lg transition-all transform hover:scale-105 shadow-lg shadow-primary/30 mb-16">
START WINNING NOW
</a>
</div>
</div>
</div>
<!-- Features -->
<div class="py-16 bg-black">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4">WHY <span class="text-secondary">CRASHPREDICTOR</span>?</h2>
<p class="max-w-2xl mx-auto text-lg opacity-90">The ultimate advantage for crash game enthusiasts</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="bg-dark p-8 rounded-xl border border-white/10 hover:border-primary/50 transition-all">
<div class="w-14 h-14 bg-primary/10 rounded-lg flex items-center justify-center mb-6">
<i data-feather="activity" class="w-6 h-6 text-primary"></i>
</div>
<h3 class="text-xl font-bold mb-3">Real-Time Analysis</h3>
<p class="opacity-80">Our AI processes thousands of data points per second to deliver accurate predictions before each round.</p>
</div>
<div class="bg-dark p-8 rounded-xl border border-white/10 hover:border-primary/50 transition-all">
<div class="w-14 h-14 bg-primary/10 rounded-lg flex items-center justify-center mb-6">
<i data-feather="bar-chart-2" class="w-6 h-6 text-primary"></i>
</div>
<h3 class="text-xl font-bold mb-3">87.3% Accuracy</h3>
<p class="opacity-80">Proven track record with detailed statistics showing our prediction success rate across all major platforms.</p>
</div>
<div class="bg-dark p-8 rounded-xl border border-white/10 hover:border-primary/50 transition-all">
<div class="w-14 h-14 bg-primary/10 rounded-lg flex items-center justify-center mb-6">
<i data-feather="clock" class="w-6 h-6 text-primary"></i>
</div>
<h3 class="text-xl font-bold mb-3">24/7 Monitoring</h3>
<p class="opacity-80">Never miss an opportunity with round-the-clock predictions delivered directly to your Telegram.</p>
</div>
</div>
</div>
</div>
<!-- Testimonials -->
<div class="py-16 bg-gradient-to-b from-black to-dark">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4">TRUSTED BY <span class="text-secondary">WINNERS</span></h2>
<p class="max-w-2xl mx-auto text-lg opacity-90">Don't take our word for it - hear from our members</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 max-w-4xl mx-auto">
<div class="bg-dark p-6 rounded-xl border border-white/10">
<div class="flex items-start mb-4">
<img src="http://static.photos/people/200x200/1" alt="User" class="w-12 h-12 rounded-full mr-4">
<div>
<h4 class="font-bold">Mark T.</h4>
<div class="flex items-center text-yellow-400 text-sm mt-1">
<i data-feather="star" class="w-4 h-4 fill-current"></i>
<i data-feather="star" class="w-4 h-4 fill-current"></i>
<i data-feather="star" class="w-4 h-4 fill-current"></i>
<i data-feather="star" class="w-4 h-4 fill-current"></i>
<i data-feather="star" class="w-4 h-4 fill-current"></i>
</div>
</div>
</div>
<p class="opacity-90">"From $50 to $3,200 in two weeks. This bot is insane! The predictions are so accurate it almost feels unfair."</p>
</div>
<div class="bg-dark p-6 rounded-xl border border-white/10">
<div class="flex items-start mb-4">
<img src="http://static.photos/people/200x200/2" alt="User" class="w-12 h-12 rounded-full mr-4">
<div>
<h4 class="font-bold">Sarah K.</h4>
<div class="flex items-center text-yellow-400 text-sm mt-1">
<i data-feather="star" class="w-4 h-4 fill-current"></i>
<i data-feather="star" class="w-4 h-4 fill-current"></i>
<i data-feather="star" class="w-4 h-4 fill-current"></i>
<i data-feather="star" class="w-4 h-4 fill-current"></i>
<i data-feather="star" class="w-4 h-4 fill-current"></i>
</div>
</div>
</div>
<p class="opacity-90">"I was skeptical at first but decided to try. Best decision ever! Made back my investment in the first day."</p>
</div>
</div>
</div>
</div>
<!-- Final CTA -->
<div class="py-20 bg-gradient-to-r from-primary/10 to-secondary/10">
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<h2 class="text-3xl md:text-5xl font-bold mb-6">READY TO <span class="text-primary">DOMINATE</span> CRASH GAMES?</h2>
<p class="text-xl mb-10 max-w-2xl mx-auto">Join now before we close registration again. Only <span class="font-bold text-secondary">5 spots</span> left at this price!</p>
<div class="bg-black/40 backdrop-blur-md rounded-xl p-6 mb-10 border border-primary/50 max-w-md mx-auto">
<div class="text-center">
<div class="text-3xl font-bold text-secondary mb-4">FREE TRIAL PERIOD</div>
<div class="text-sm opacity-80">Try it free for 7 days</div>
</div>
</div>
<a href="https://t.me/CrashPredictorBot" class="inline-block bg-gradient-to-r from-primary to-secondary hover:from-primary/90 hover:to-secondary/90 text-white font-bold py-5 px-12 rounded-full text-xl transition-all transform hover:scale-105 shadow-lg shadow-primary/30 mb-6">
GET INSTANT ACCESS NOW
</a>
<p class="text-sm opacity-70">
<i data-feather="lock" class="w-4 h-4 inline mr-1"></i> Secure payment. 3-day money back guarantee.
</p>
</div>
</div>
<!-- Footer -->
<footer class="bg-black py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex flex-col items-center">
<div class="mb-8">
<a href="https://t.me/CrashPredictorBot" class="opacity-70 hover:opacity-100 transition-all">
<i data-feather="send" class="w-6 h-6"></i>
</a>
</div>
<p class="text-sm opacity-50 text-center max-w-2xl">
Disclaimer: Gambling involves risk. Please gamble responsibly and only with money you can afford to lose. Our predictions are based on statistical analysis but do not guarantee wins. Must be 18+ to use our service.
</p>
<p class="text-xs opacity-30 mt-6">© 2023 CrashPredictor. All rights reserved.</p>
</div>
</div>
</footer>
<style>
.scrollbar-hide::-webkit-scrollbar {
display: none;
}
.scrollbar-hide {
-ms-overflow-style: none;
scrollbar-width: none;
}
</style>
<script>
// Countdown timer
function updateCountdown() {
const now = new Date();
const endOfDay = new Date();
endOfDay.setHours(23, 59, 59, 999);
const diff = endOfDay - now;
const hours = Math.floor((diff % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
const minutes = Math.floor((diff % (1000 * 60 * 60)) / (1000 * 60));
const seconds = Math.floor((diff % (1000 * 60)) / 1000);
document.getElementById('countdown').textContent =
`${hours.toString().padStart(2, '0')}:${minutes.toString().padStart(2, '0')}:${seconds.toString().padStart(2, '0')}`;
document.getElementById('final-countdown').textContent =
`${hours.toString().padStart(2, '0')}:${minutes.toString().padStart(2, '0')}:${seconds.toString().padStart(2, '0')}`;
}
setInterval(updateCountdown, 1000);
updateCountdown();
// Random counter decrease
function updateRandomCounter() {
const counterEl = document.getElementById('counter');
const randomDecrease = Math.floor(Math.random() * 2) + 1;
let currentCount = parseInt(counterEl.textContent.replace(/\D/g, ''));
if (currentCount > 3) {
currentCount -= randomDecrease;
counterEl.textContent = currentCount.toString().padStart(2, '0').split('').join(' ');
}
}
setInterval(updateRandomCounter, 30000);
</script>
<script>feather.replace();</script>
</body>
</html>