Advertisement
Guest User

Untitled

a guest
Jan 14th, 2020
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. if(!$logado){
  2. echo ' <a class="style1" id="lk_button">Login</a>
  3. <section id="loginBox">
  4. <div class="cont">
  5. <form name="login" id="login" method="post" >
  6. <center><input type="login" name="login" placeholder="Login" class="inputs"/>
  7. <input type="password" name="senha" placeholder="Senha" class="inputs"/></center>
  8.  
  9. <p></p>
  10. <center><input type="image" class="bt" src="images/logar.jpg"></center><p></p>
  11. <center><a href="?pag=cp_registro">Cadastre-se</a><p></p>
  12. <a href="?pag=chat">Recuperar Senha</a></center>
  13. </form>
  14. </div>
  15. </section>
  16.  
  17. ';}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement