15 lines
394 B
PHP
15 lines
394 B
PHP
<!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> |