Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. <form action="Pagina web.html" method="post">
  2. <div class="form-group">
  3. <input type="email" class="form-control input-lg" name="email" placeholder="Email" required>
  4. </div>
  5. <div class="form-group">
  6. <input type="password" class="form-control input-lg" name="password" placeholder="Contraseña" required>
  7. </div>
  8. <button type="submit" class="btn btn-success btn-block">Inicia sesión</button>
  9. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement