whatsapp/public/connected.html

13 lines
249 B
HTML
Raw Normal View History

2025-05-06 08:51:13 +00:00
<!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>