Guest User

Untitled

a guest
Dec 12th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. <?php
  2.  
  3. <body>
  4. <form method="POST">
  5. <input type="email" name="email" placeholder="Endereço de email" />
  6. <input type="password" name="password" placeholder="Palavra Passe" />
  7. <input type="submit" name="login" value="Entrar" />
  8. </form>
  9. <form method="POST">
  10. <input type="text" name="nome" placeholder="Nome Completo" />
  11. <input type="email" name="email_registar" placeholder="Endereço de Email" />
  12. <input type="password" name="password_registar" placeholder="Palavra - Passe"/>
  13. <input type="password" name="password_rep" placeholder=" Repita a Palavra - Passe"/>
  14. <input type="submit" name="registar" value="Criar Conta" />
  15. </form>
  16. </body>
Add Comment
Please, Sign In to add comment