Advertisement
Guest User

OTA MARCELO

a guest
May 25th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width,initial-scale=1">
  7. <title>Sistema de Teste</title>
  8. <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700">
  9. <link rel="stylesheet" type="text/css" href="css/login.css">
  10. </head>
  11.  
  12. <body>
  13. <section class="hero is-sucess is fullheight">
  14. <div class="hero-body">
  15. <div class="container has text-centered">
  16. <div class="column is-4 is-offset-4">
  17. <h3 class="title has-text-grey">Login Teste</h3>
  18. <h3 class="notification is-sucess">
  19. <p>Cadastro Efetuado</p>
  20. <p>Preencha os dados abaixo</p>
  21. <div class="notification is info">
  22. <p>ERRO</p>
  23. </div>
  24. <div class="box">
  25. <form action="login.php" method="POST">
  26. <div class="field"></div>
  27. <div class="control"></div>
  28. <input type="text" name="admin" class="input is-large" placeholder="nome" autofocus>
  29. </div>
  30. <div class="field"></div>
  31. <div class="control"></div>
  32. <input type="text" name="usuario" class="input is-large" placeholder="usuario" autofocus>
  33. </div>
  34. <div class="field">
  35. <div class="control">
  36. <input type="senha" name="input is is-large" type="password" placeholder="senha">
  37. </div>
  38. </div>
  39. <button type="submit" class="button is-block is-link is-large is-fullwidth">Cadastro</button>
  40. </form>
  41. </div>
  42. </div>
  43. </section>
  44. </div>
  45. </div>
  46. </section>
  47. </body>
  48. </html>
  49. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement