Guest User

Untitled

a guest
Sep 20th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <form id="enter_number">
  2. <p>Enter your phone number:</p>
  3. <p><input type="text" name="phone_number" id="phone_number" /></p>
  4. <p><input type="submit" name="submit" value="Verify" /></p>
  5. </form>
  6.  
  7. <div id="verify_code" style="display: none;">
  8. <p>Calling you now.</p>
  9. <p>When prompted, enter the verification code:</p>
  10. <h1 id="verification_code"></h1>
  11. <p><strong id="status">Waiting...</strong></p>
  12. </div>
Add Comment
Please, Sign In to add comment