Spaces:
Running
Running
<html lang="fr"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Référencement Réussi | Global Indexing</title> | |
<script src="https://cdn.tailwindcss.com"></script> | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> | |
<style> | |
@keyframes float { | |
0% { transform: translateY(0px); } | |
50% { transform: translateY(-20px); } | |
100% { transform: translateY(0px); } | |
} | |
.globe-float { | |
animation: float 6s ease-in-out infinite; | |
} | |
.bounce-in { | |
animation: bounceIn 0.8s; | |
} | |
@keyframes bounceIn { | |
0% { transform: scale(0.1); opacity: 0; } | |
60% { transform: scale(1.1); opacity: 1; } | |
100% { transform: scale(1); } | |
} | |
.progress-bar { | |
transition: width 2s ease-in-out; | |
} | |
.browser-icon { | |
transition: all 0.3s ease; | |
} | |
.browser-icon:hover { | |
transform: scale(1.2) rotate(10deg); | |
} | |
</style> | |
</head> | |
<body class="bg-gradient-to-br from-blue-50 to-indigo-100 min-h-screen flex items-center justify-center p-4"> | |
<div class="max-w-4xl w-full bg-white rounded-2xl shadow-2xl overflow-hidden bounce-in"> | |
<div class="md:flex"> | |
<!-- Left Side - Visuals --> | |
<div class="md:w-2/5 bg-gradient-to-b from-indigo-600 to-blue-500 p-8 flex flex-col items-center justify-center text-white relative overflow-hidden"> | |
<div class="absolute top-0 left-0 w-full h-full opacity-10"> | |
<div class="grid grid-cols-5 gap-4"> | |
<div class="h-8 w-8 rounded-full bg-white"></div> | |
<div class="h-8 w-8 rounded-full bg-white"></div> | |
<div class="h-8 w-8 rounded-full bg-white"></div> | |
<div class="h-8 w-8 rounded-full bg-white"></div> | |
<div class="h-8 w-8 rounded-full bg-white"></div> | |
<!-- Repeat for pattern --> | |
</div> | |
</div> | |
<div class="globe-float mb-8"> | |
<i class="fas fa-globe-americas text-8xl opacity-90"></i> | |
</div> | |
<h3 class="text-2xl font-bold mb-2 text-center">Indexation Globale</h3> | |
<p class="text-blue-100 text-center">Votre site est maintenant disponible sur tous les navigateurs mondiaux</p> | |
<div class="mt-8 w-full"> | |
<div class="flex justify-center space-x-6"> | |
<div class="browser-icon text-3xl" title="Google Chrome"> | |
<i class="fab fa-chrome"></i> | |
</div> | |
<div class="browser-icon text-3xl" title="Mozilla Firefox"> | |
<i class="fab fa-firefox"></i> | |
</div> | |
<div class="browser-icon text-3xl" title="Safari"> | |
<i class="fab fa-safari"></i> | |
</div> | |
<div class="browser-icon text-3xl" title="Microsoft Edge"> | |
<i class="fab fa-edge"></i> | |
</div> | |
<div class="browser-icon text-3xl" title="Opera"> | |
<i class="fab fa-opera"></i> | |
</div> | |
</div> | |
</div> | |
</div> | |
<!-- Right Side - Content --> | |
<div class="md:w-3/5 p-8"> | |
<div class="flex items-center mb-6"> | |
<div class="bg-green-100 p-2 rounded-full mr-4"> | |
<i class="fas fa-check-circle text-green-600 text-3xl"></i> | |
</div> | |
<h1 class="text-3xl font-bold text-gray-800">Référencement Réussi!</h1> | |
</div> | |
<p class="text-gray-600 mb-6"> | |
Félicitations! Votre site web a été indexé avec succès sur tous les principaux navigateurs mondiaux. | |
Votre contenu est maintenant accessible à des millions d'utilisateurs à travers le monde. | |
</p> | |
<div class="mb-8"> | |
<div class="flex justify-between mb-2"> | |
<span class="text-sm font-medium text-gray-700">Indexation globale</span> | |
<span class="text-sm font-medium text-green-600">100% complète</span> | |
</div> | |
<div class="w-full bg-gray-200 rounded-full h-2.5"> | |
<div class="progress-bar bg-green-500 h-2.5 rounded-full" style="width: 100%"></div> | |
</div> | |
</div> | |
<div class="grid grid-cols-2 gap-4 mb-8"> | |
<div class="bg-blue-50 p-4 rounded-lg"> | |
<div class="flex items-center"> | |
<div class="bg-blue-100 p-2 rounded-full mr-3"> | |
<i class="fas fa-bolt text-blue-600"></i> | |
</div> | |
<span class="font-medium">Temps d'indexation</span> | |
</div> | |
<p class="text-blue-800 text-sm mt-2">Record: 24 heures</p> | |
</div> | |
<div class="bg-purple-50 p-4 rounded-lg"> | |
<div class="flex items-center"> | |
<div class="bg-purple-100 p-2 rounded-full mr-3"> | |
<i class="fas fa-globe text-purple-600"></i> | |
</div> | |
<span class="font-medium">Pays couverts</span> | |
</div> | |
<p class="text-purple-800 text-sm mt-2">195 pays</p> | |
</div> | |
</div> | |
<div class="bg-yellow-50 border-l-4 border-yellow-400 p-4 mb-6"> | |
<div class="flex"> | |
<div class="flex-shrink-0"> | |
<i class="fas fa-lightbulb text-yellow-500 mt-1 mr-3"></i> | |
</div> | |
<div> | |
<p class="text-sm text-yellow-700"> | |
<span class="font-medium">Astuce:</span> Maintenez votre référencement optimal avec des mises à jour régulières de contenu. | |
</p> | |
</div> | |
</div> | |
</div> | |
<div class="flex flex-col sm:flex-row gap-3"> | |
<button class="flex-1 bg-indigo-600 hover:bg-indigo-700 text-white font-medium py-3 px-4 rounded-lg transition duration-300 flex items-center justify-center"> | |
<i class="fas fa-chart-line mr-2"></i> Voir les statistiques | |
</button> | |
<button class="flex-1 border border-gray-300 hover:bg-gray-50 text-gray-700 font-medium py-3 px-4 rounded-lg transition duration-300 flex items-center justify-center"> | |
<i class="fas fa-cog mr-2"></i> Paramètres SEO | |
</button> | |
</div> | |
</div> | |
</div> | |
<!-- Floating celebration elements --> | |
<div class="absolute top-0 left-0 w-full h-full pointer-events-none overflow-hidden hidden md:block"> | |
<div class="confetti absolute top-0 right-20 w-2 h-2 bg-yellow-400 rounded-full"></div> | |
<div class="confetti absolute top-10 left-1/4 w-3 h-3 bg-green-400 rounded-full"></div> | |
<div class="confetti absolute top-20 right-1/3 w-2 h-2 bg-blue-400 rounded-full"></div> | |
<div class="confetti absolute top-32 left-10 w-3 h-3 bg-red-400 rounded-full"></div> | |
</div> | |
</div> | |
<script> | |
// Add animation to confetti | |
document.addEventListener('DOMContentLoaded', function() { | |
const confetti = document.querySelectorAll('.confetti'); | |
confetti.forEach((el, index) => { | |
// Random positioning | |
el.style.left = Math.random() * 100 + '%'; | |
el.style.top = Math.random() * 100 + '%'; | |
// Animation | |
el.style.animation = `float ${4 + Math.random() * 3}s ease-in-out infinite`; | |
el.style.animationDelay = `${index * 0.2}s`; | |
}); | |
// Browser icons wave animation | |
const browsers = document.querySelectorAll('.browser-icon'); | |
browsers.forEach((browser, i) => { | |
setTimeout(() => { | |
browser.style.transform = 'scale(1.3)'; | |
setTimeout(() => { | |
browser.style.transform = 'scale(1)'; | |
}, 300); | |
}, i * 150); | |
}); | |
}); | |
</script> | |
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=docto41/r-f-rencement-r-ussi" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
</html> |