nano number.html

 <!DOCTYPE html>

<html>

<head>

  <title>Verify Number</title>

  <style>

    body {

      font-family: Arial, sans-serif;

      background-color: #ECE5DD;

      color: #075E54;

      text-align: center;

      padding-top: 50px;

    }

    input {

      padding: 10px;

      font-size: 16px;

      width: 70%;

      border-radius: 5px;

      border: 1px solid #ccc;

    }

    button {

      margin-top: 20px;

      padding: 10px 20px;

      background: #25D366;

      color: white;

      border: none;

      border-radius: 5px;

      font-size: 16px;

    }

  </style>

</head>

<body>

  <h3>Enter Your WhatsApp Number</h3>

  <form method="post" action="otp.html">

    <input type="text" name="number" placeholder="e.g. +923001234567" required><br><br>

    <button type="submit">Next</button>

  </form>

  <br><br>

  <img src="logo.png" width="100"><br>

  <small>✅ Verified by Meta AI</small>

</body>

</html>

Comments

Popular posts from this blog

🔥 How to Create a Phishing Page with Zphisher & Cloudflare in Termux (Step-by-Step Guide)

nano index.html

Nano otp html