<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8" />

  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>

  <title>Phone A Friend</title>

  <link rel="stylesheet" href="style.css" />

</head>

<body>

  <div class="container">

    <h1>📞 Phone A Friend</h1>

    <p class="tagline">

      Instantly connect with trusted friends when you need help.

    </p>


    <div class="card">

      <h2>Coming Soon</h2>

      <p>

        We’re building a simple and secure way to reach your friends —

        verified by OTP and designed for India.

      </p>


      <form>

        <input type="tel" placeholder="Enter your mobile number" disabled />

        <button type="button" disabled>Get Notified</button>

      </form>


      <small>

        OTP-based login • No spam • India-first 🇮🇳

      </small>

    </div>


    <footer>

      © 2026 Phone A Friend

    </footer>

  </div>

</body>

</html>