This commit is contained in:
dev sp
2024-04-29 12:55:11 +00:00
commit ca6af2f5e2
67 changed files with 6792 additions and 0 deletions

15
.hta_slug/cleads/test.php Normal file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WhatsApp Message Link</title>
</head>
<body>
<!-- Replace "1234567890" with the phone number and "Hello!" with the message you want to send -->
<a href="https://wa.me/919635598420?text=Hello!" target="_blank">Click here to message</a>
</body>
</html>