Html site 5 5/1/2017


SUBMITTED BY: canonical

DATE: May 2, 2017, 1:19 a.m.

FORMAT: HTML

SIZE: 1.7 kB

HITS: 302

  1. If you want more of my pastes visit: https://randompaste.000webhostapp.com/index.html
  2. --------------------------------------------------------------------------------------
  3. <!DOCTYPE html>
  4. <html lang="pt-br">
  5. <head>
  6. <meta charset="utf-8">
  7. <title>Areá de Úsuarios Cadastrados</title>
  8. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  9. <meta name="viewport" content="width=device-width, initial-scale=1">
  10. <meta name="description" content="Pagina para realizar Login">
  11. <meta name="author" content="Lindinei">
  12. <link rel="icon" href="favicon.ico">
  13. <link href="css/bootstrap.min.css" rel="stylesheet">
  14. <link href="css/ie10-viewport-bug-workaround.css" rel="stylesheet">
  15. <link href="signin.css" rel="stylesheet">
  16. <script src="js/ie-emulation-modes-warning.js"></script>
  17. </head>
  18. <body>
  19. <div class="container">
  20. <form class="form-signin" method="POST" action="validalogin.php">
  21. <h2 class="form-signin-heading text-center"><b>Área para Úsuario Cadastrado</b></h2>
  22. <label for="inputEmail" class="sr-only">Email</label>
  23. <input type="text" name="email" class="form-control" placeholder="Email" required autofocus><br/>
  24. <label for="inputPassword" class="sr-only">Senha</label>
  25. <input type="password" name="senha" class="form-control" placeholder="Senha" required><br/>
  26. <button class="btn btn-lg btn-primary btn-block" type="submit">Acessar</button>
  27. </form>
  28. </div>
  29. <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
  30. <script src="js/ie10-viewport-bug-workaround.js"></script>
  31. </body>
  32. </html>

comments powered by Disqus