Guest User

Untitled

a guest
Feb 28th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Javascript Login</title>
  4. </head>
  5. <body>
  6. <span style="text-align:center"><h1>Bee Information System</h1></span>
  7. <form method="post" style="
  8. border: 4px double #CCC;
  9. padding: 10px 5px;
  10. width: 200px;
  11. margin: 0 auto;
  12. border-style: dobke;
  13. ">
  14. Username : <input type="text" name="username" value=""><br>
  15. Password : <input type="text" name="password" value=""><br>
  16. <div style="text-align:right;margin-top:10px"><input type="submit"></div>
  17. </form>
  18. </body>
  19. </html>
Add Comment
Please, Sign In to add comment