M0n5t3r

Untitled

Sep 23rd, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. <div class="container m-t-xl m-b-xl ">
  2. <div class="is-size-2 title">Admin login</div>
  3. <div class="content">
  4. <form action="" method="post">
  5. Admin username:<br>
  6. <input class="input" type="text" name="username">
  7. <br> Admin password:
  8. <br>
  9. <input class="input" type="password" name="psw">
  10. <br><br>
  11. <input type=submit class="button is-primary is-large" name=submitAdmin value="Login">
  12. </form>
  13. </div>
  14. </div>
Advertisement
Add Comment
Please, Sign In to add comment