13 lines
249 B
HTML
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>
|