whatsapp/public/connected.html
2025-05-06 10:51:13 +02:00

13 lines
249 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Connecté !</title>
<style>
body { font-family: sans-serif; text-align: center; margin-top: 50px; color: green; }
</style>
</head>
<body>
<h1>✅ Connexion réussie à WhatsApp !</h1>
</body>
</html>