Advertisement
WarriorWolf

login

Oct 26th, 2020
6,146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.62 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <meta charset="utf-8">
  5.         <title>Cadastro/Login</title>
  6.         <link rel="stylesheet" href="estilo.css">
  7.     </head>
  8.  
  9.     <body>
  10.         <div class='cadastro'>
  11.             <h2>Login</h2>
  12.             <form action="cadastro.php" method="POST">
  13.  
  14.                 <input type="text" id="usuario" placeholder="Usuário" >
  15.                 <input type="text" id="senha" placeholder="Senha" >
  16.                 <button class="botao">Entrar</button>
  17.                 <a href="cadastro.html">Ainda não tenho login</a>
  18.  
  19.             </form>
  20.         </div>
  21.     </body>
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement