Advertisement
ruhul0

Untitled

Sep 3rd, 2018
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.45 KB | None | 0 0
  1. <form action="/PORTAL/login.php">
  2.  
  3.   <div class="container">
  4.     <label for="uname"><b></b></label>
  5. <br>
  6.     <input type="text" placeholder="Enter Username" name="uname" idrequired>
  7. <br>
  8.     <label for="psw"><b></b></label>
  9. <br>
  10.     <input type="password" placeholder="Enter Password" name="psw" required>
  11. <br>
  12. <label></label>
  13. <br>
  14.     <button type="submit" class="button1">Login</button>
  15.   </div>
  16. </form>
  17.  
  18. </div>
  19.  </div>
  20. </center>
  21. <br><br>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement