Advertisement
river10mx

Untitled

Nov 8th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!--
  3. To change this license header, choose License Headers in Project Properties.
  4. To change this template file, choose Tools | Templates
  5. and open the template in the editor.
  6. -->
  7. <html>
  8. <head>
  9. <title>TODO supply a title</title>
  10. <meta charset="UTF-8">
  11. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  12. </head>
  13. <body>
  14. <form action="./registro" method="POST">
  15. <label></label>
  16. <input type="text" name="email" placeholder="Email"/>
  17. <br/>
  18. <input type="password" name="password" placeholder="Password"/>
  19. <br/>
  20. <input type="text" name="nombre" placeholder="Nombre"/>
  21. <br/>
  22. <input type="text" name="apaterno" placeholder="Apellido Paterno"/>
  23. <br/>
  24. <input type="submit" value="Crear"/>
  25. </form>
  26. <br/>
  27. <a href="./"><< Regresar </a>
  28. </body>
  29. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement