Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="es">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Inicio de sesión</title>
  6. </head>
  7. <body>
  8. <form method="post" action="login.php">
  9. <input type="text" placeholder="Usuario" name="usuario">
  10. <br>
  11. <input type="password" placeholder="Contraseña" name="password">
  12. <br>
  13. <button>Entrar</button>
  14. </form>
  15. </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement