DoareVasquez

Login Actual

Jul 8th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <section class="content">
  2. <center>
  3.  
  4. <form method="post" action="">
  5.  
  6. <br />
  7.  
  8. Username:<br>
  9.  
  10. <input type="text" name="username_"/><br/>
  11.  
  12. <br>Password:<br>
  13.  
  14. <input type="password" name="password_"/><br/>
  15.  
  16. <br>
  17.  
  18. <input type="submit" name="submit" value="Login" class="btn btn-primary">
  19.  
  20. </form>
  21.  
  22. <br/>
  23.  
  24. <a class="btn btn-link"<a href="<?php echo Config::$_PAGE_URL; ?>recover">Forgot your password?</a>
  25.  
  26. </center>
  27.  
  28. <br/><br/>
  29. </section>
Add Comment
Please, Sign In to add comment