Advertisement
Guest User

Untitled

a guest
Sep 1st, 2014
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.36 KB | None | 0 0
  1. <section>
  2.  
  3.             <form action="code/codeLogin.php" method="POST" id="login">
  4.                 <input type="text" name="username" required placeholder="username">
  5.                 <input type="password" name="password" required placeholder="password">
  6.                 <input type="submit" name="submit" value="Login">
  7.             </form>
  8.  
  9. </section>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement