edit user

This commit is contained in:
Kar l5
2024-05-03 21:08:57 +05:30
parent c8ab3ad24c
commit 757e44b02d
17 changed files with 2855 additions and 19 deletions

15
.hta_slug/leads/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>