<!DOCTYPE html>
<html lang="fr">
<head>
    <meta charset="UTF-8">
    <title>Partie introuvable</title>
    <script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="bg-gray-900 text-white flex items-center justify-center min-h-screen">
<div class="text-center">
    <h1 class="text-6xl font-bold text-red-500 mb-4">404</h1>
    <p class="text-xl text-gray-400">Impossible de trouver cette partie d'Among Valorant.</p>
    <p class="text-sm text-gray-600 mt-2">Vérifiez le lien fourni par le bot.</p>
</div>
</body>
</html>