Advertisement
Guest User

Untitled

a guest
Dec 15th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <div class="col-xs-12">
  2. <div class="box">
  3. <form action="../login/login.php" method="post">
  4. Username:<br />
  5. <input type="text" name="username" value="" />
  6. <br /><br />
  7. Password:<br />
  8. <input type="password" name="password" value="" />
  9. <br /><br />
  10. <input type="submit" class="btn btn-info" value="Login" />
  11. </form>
  12. </div>
  13. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement